mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Fix build failure
This commit is contained in:
commit
e478ceb6e4
@ -876,7 +876,7 @@ public class DeviceManagementProviderServiceMock implements DeviceManagementProv
|
||||
}
|
||||
|
||||
@Override
|
||||
public void saveApplicationIcon(String s, String s1, String s2, int i) throws DeviceManagementException {
|
||||
public void saveApplicationIcon(String s, String s1, String s2) throws DeviceManagementException {
|
||||
|
||||
}
|
||||
|
||||
@ -894,4 +894,9 @@ public class DeviceManagementProviderServiceMock implements DeviceManagementProv
|
||||
public List<Application> getInstalledApplicationsOnDevice(Device device, int i, int i1) throws DeviceManagementException {
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
public List<Application> getInstalledApplicationsOnDevice(Device device) throws DeviceManagementException {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user