Remove redundant modifiers from interfaces (#14843)
Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
@@ -29,5 +29,5 @@ public interface AmpliPiStatusChangeListener {
|
||||
*
|
||||
* @param status The current status of the AmpliPi
|
||||
*/
|
||||
public void receive(Status status);
|
||||
void receive(Status status);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user