Fix build failure

fix
Pramila Niroshan 2 years ago
parent c1510c9405
commit 7c0f4cd473

@ -852,4 +852,9 @@ public class DeviceManagementProviderServiceMock implements DeviceManagementProv
throws DeviceManagementException {
return null;
}
@Override
public Boolean SendDeviceNameChangedNotification(Device device) throws DeviceManagementException {
return null;
}
}

Loading…
Cancel
Save