Remove redundant modifiers from interfaces (#14843)
Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
@@ -19,7 +19,7 @@ package org.openhab.binding.seneye.internal;
|
||||
*/
|
||||
|
||||
public interface ReadingsUpdate {
|
||||
public void newState(SeneyeDeviceReading devicereadings);
|
||||
void newState(SeneyeDeviceReading devicereadings);
|
||||
|
||||
public void invalidConfig();
|
||||
void invalidConfig();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user