Remove redundant modifiers from interfaces (#14843)
Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
@@ -23,5 +23,5 @@ import org.openhab.binding.amazonechocontrol.internal.jsons.JsonPushCommand;
|
||||
@NonNullByDefault
|
||||
public interface IWebSocketCommandHandler {
|
||||
|
||||
public void webSocketCommandReceived(JsonPushCommand pushCommand);
|
||||
void webSocketCommandReceived(JsonPushCommand pushCommand);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user