mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Merge branch 'master' into 'master'
Master See merge request entgra/carbon-device-mgt-plugins!159
This commit is contained in:
commit
4fb00e121d
@ -60,4 +60,10 @@ 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{
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user