Update sendDeviceNameChangedNotification

pull/7/head
Rushdi Mohamed 2 years ago
parent 3ee3620cda
commit 1284ad6def

@ -854,7 +854,7 @@ public class DeviceManagementProviderServiceMock implements DeviceManagementProv
}
@Override
public Boolean SendDeviceNameChangedNotification(Device device) throws DeviceManagementException {
public Boolean sendDeviceNameChangedNotification(Device device) throws DeviceManagementException {
return null;
}
}

Loading…
Cancel
Save