Fix code formatting

merge-requests/1/head
Rasika Perera 7 years ago
parent f727857cb4
commit 0b2f526c50

@ -261,7 +261,8 @@ public class DeviceTypeManager implements DeviceManager {
}
@Override
public boolean updateDeviceProperties(DeviceIdentifier deviceIdentifier, List<Device.Property> list) throws DeviceManagementException {
public boolean updateDeviceProperties(DeviceIdentifier deviceIdentifier, List<Device.Property> list)
throws DeviceManagementException {
return false;
}
}

Loading…
Cancel
Save