Fix build failure

revert-dabc3590
achala piyarathna 5 years ago committed by Dharmakeerthi Lasantha
parent 09febbd2e7
commit cb446acc16

@ -592,7 +592,8 @@ public class DeviceManagementProviderServiceMock implements DeviceManagementProv
}
@Override
public List<DeviceLocationHistory> getDeviceLocationInfo(String s, String s1, long l, long l1) throws DeviceManagementException {
public List<DeviceLocationHistory> getDeviceLocationInfo(DeviceIdentifier deviceIdentifier, long l,
long l1) throws DeviceManagementException {
return null;
}

Loading…
Cancel
Save