Remove redundant modifiers from interfaces (#14843)
Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
@@ -31,5 +31,5 @@ public interface TransceiverStatusListener {
|
||||
* @param bridge
|
||||
* @param command the infrared command
|
||||
*/
|
||||
public void onCommandReceived(EthernetBridgeHandler bridge, IrCommand command);
|
||||
void onCommandReceived(EthernetBridgeHandler bridge, IrCommand command);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user