Remove redundant modifiers from interfaces (#14843)
Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
@@ -33,9 +33,9 @@ public interface FlicButtonDiscoveryService extends DiscoveryService {
|
||||
* @param bdaddr Bluetooth address of the discovered Flic button
|
||||
* @return UID that was created by the discovery service
|
||||
*/
|
||||
public ThingUID flicButtonDiscovered(Bdaddr bdaddr);
|
||||
ThingUID flicButtonDiscovered(Bdaddr bdaddr);
|
||||
|
||||
public void activate(FlicClient client);
|
||||
void activate(FlicClient client);
|
||||
|
||||
public void deactivate();
|
||||
void deactivate();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user