Remove redundant modifiers from interfaces (#14843)
Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
@@ -28,10 +28,10 @@ public interface QolsysIQChildDiscoveryHandler {
|
||||
*
|
||||
* @param service
|
||||
*/
|
||||
public void setDiscoveryService(QolsysIQChildDiscoveryService service);
|
||||
void setDiscoveryService(QolsysIQChildDiscoveryService service);
|
||||
|
||||
/**
|
||||
* Initiates the discovery process
|
||||
*/
|
||||
public void startDiscovery();
|
||||
void startDiscovery();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user