Remove unnecessary public attribute
This commit is contained in:
parent
4d21742261
commit
547c94110e
1 changed files with 1 additions and 1 deletions
|
@ -4,5 +4,5 @@ package fr.insa.clavardator.client.ui;
|
||||||
* Interface used to create callbacks for button press events
|
* Interface used to create callbacks for button press events
|
||||||
*/
|
*/
|
||||||
public interface ButtonPressEvent {
|
public interface ButtonPressEvent {
|
||||||
public void onPress();
|
void onPress();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue