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.core.thing.ThingStatus;
|
||||
*/
|
||||
@NonNullByDefault
|
||||
public interface KM200GatewayStatusListener {
|
||||
public void gatewayStatusChanged(ThingStatus status);
|
||||
void gatewayStatusChanged(ThingStatus status);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user