Browse Source

Remove unnecessary public attribute

Arnaud Vergnet 3 years ago
parent
commit
547c94110e

+ 1
- 1
client/src/main/java/fr/insa/clavardator/client/ui/ButtonPressEvent.java View File

@@ -4,5 +4,5 @@ package fr.insa.clavardator.client.ui;
4 4
  * Interface used to create callbacks for button press events
5 5
  */
6 6
 public interface ButtonPressEvent {
7
-	public void onPress();
7
+	void onPress();
8 8
 }

Loading…
Cancel
Save