Remove redundant modifiers from interfaces (#14843)
Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
@@ -36,5 +36,5 @@ public interface DeviceInfoClient {
|
||||
final int propertyId, final int start, final int elements, boolean authenticate, long timeout)
|
||||
throws InterruptedException;
|
||||
|
||||
public boolean isConnected();
|
||||
boolean isConnected();
|
||||
}
|
||||
|
||||
@@ -32,5 +32,5 @@ public interface GroupAddressListener extends BusMessageListener {
|
||||
*
|
||||
* @param destination
|
||||
*/
|
||||
public boolean listensTo(GroupAddress destination);
|
||||
boolean listensTo(GroupAddress destination);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user