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>
bump-versions-for-development
Rushdi Mohamed 2 years ago committed by Pahansith Gunathilake
parent df0f013c47
commit 4007f50063

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