fix-naming (#7)

Co-authored-by: Rushdi <rushdi@entgra.io>
Reviewed-on: https://repository.entgra.net/community/device-mgt-plugins/pulls/7
Co-authored-by: Rushdi Mohamed <rushdi@entgra.io>
Co-committed-by: Rushdi Mohamed <rushdi@entgra.io>
This commit is contained in:
Rushdi Mohamed 2023-01-31 07:37:15 +00:00 committed by Pahansith Gunathilake
parent df0f013c47
commit 4007f50063

View File

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