Remove unnecessary public attribute

This commit is contained in:
Arnaud Vergnet 2021-01-31 20:17:31 +01:00
parent 4d21742261
commit 547c94110e

View file

@ -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();
} }