Skip to content

Commit 62b9d75

Browse files
UbivashkaUbivashka
authored andcommitted
Removed unused argument from getButtonEvent
1 parent e440123 commit 62b9d75

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bungee/src/main/java/com/ubivashka/vk/bungee/events/VKCallbackButtonPressEvent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public VKCallbackButtonPressEvent(CallbackButtonEvent buttonEvent, Integer group
1010
this.buttonEvent = buttonEvent;
1111
}
1212

13-
public CallbackButtonEvent getButtonEvent(CallbackButtonEvent event) {
13+
public CallbackButtonEvent getButtonEvent() {
1414
return this.buttonEvent;
1515
}
1616

velocity/src/main/java/com/ubivashka/vk/velocity/events/VKCallbackButtonPressEvent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public VKCallbackButtonPressEvent(CallbackButtonEvent buttonEvent, Integer group
1010
this.buttonEvent = buttonEvent;
1111
}
1212

13-
public CallbackButtonEvent getButtonEvent(CallbackButtonEvent event) {
13+
public CallbackButtonEvent getButtonEvent() {
1414
return this.buttonEvent;
1515
}
1616

0 commit comments

Comments
 (0)