Remove redundant modifiers from interfaces (#14843)
Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
@@ -24,5 +24,5 @@ public interface MeteostickEventListener {
|
||||
*
|
||||
* @param data a line of data from the meteoStick
|
||||
*/
|
||||
public void onDataReceived(String data[]);
|
||||
void onDataReceived(String data[]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user