Remove redundant modifiers from interfaces (#14843)
Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
@@ -26,5 +26,5 @@ import org.openhab.binding.mynice.internal.xml.dto.Device;
|
||||
@NonNullByDefault
|
||||
public interface MyNiceDataListener {
|
||||
|
||||
public void onDataFetched(List<Device> devices);
|
||||
void onDataFetched(List<Device> devices);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user