Merge branch 'master' into 'master'

Fix build failure

See merge request entgra/carbon-device-mgt-plugins!161
This commit is contained in:
Dharmakeerthi Lasantha 2020-06-22 11:07:26 +00:00
commit 8fe3d9242c

View File

@ -65,10 +65,4 @@ public class DeviceInformationManagerServiceMock implements DeviceInformationMan
public int publishEvents(String s, String s1, String s2, String s3) throws DeviceDetailsMgtException {
return 0;
}
@Override
public void addDeviceLocations(Device device, List<DeviceLocation> deviceLocations) throws
DeviceDetailsMgtException{
}
}