fix-naming #7

Merged
pahansith merged 4 commits from rushdi-entgra.io/device-mgt-plugins:fix-naming into master 2 years ago

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

Loading…
Cancel
Save