fix-naming (#7)

Co-authored-by: Rushdi <rushdi@entgra.io>
Reviewed-on: community/device-mgt-plugins#7
Co-authored-by: Rushdi Mohamed <rushdi@entgra.io>
Co-committed-by: Rushdi Mohamed <rushdi@entgra.io>
apim420
Rushdi Mohamed 2 years ago committed by Pahansith Gunathilake
parent df0f013c47
commit 4007f50063

@ -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