Very minor checkstyle (#13973)
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
This commit is contained in:
parent
127f998a69
commit
40b8b77840
@ -136,10 +136,7 @@ public class RoamingBridgeHandler extends BaseBridgeHandler implements RoamingBl
|
||||
return false;
|
||||
}
|
||||
Object discovery = getConfig().get(BluetoothBindingConstants.CONFIGURATION_DISCOVERY);
|
||||
if (discovery != null && discovery.toString().equalsIgnoreCase("false")) {
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
return !(discovery != null && discovery.toString().equalsIgnoreCase("false"));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user