mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Fix build failure due to duplicating methods
This commit is contained in:
parent
9196c685f3
commit
b11756f0a0
@ -78,17 +78,6 @@ import java.util.List;
|
||||
import java.util.Map;
|
||||
|
||||
public class DeviceManagementProviderServiceMock implements DeviceManagementProviderService {
|
||||
@Override
|
||||
public boolean deleteDeviceTypeVersions(DeviceType deviceType)
|
||||
throws DeviceManagementException {
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void disEnrollDevices(List<Device> list) throws DeviceManagementException {
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public List<Device> getAllDevices(String s) throws DeviceManagementException {
|
||||
return null;
|
||||
@ -697,10 +686,6 @@ public class DeviceManagementProviderServiceMock implements DeviceManagementProv
|
||||
|
||||
}
|
||||
|
||||
@Override public boolean deleteDeviceType(String s, DeviceType deviceType) throws DeviceManagementException {
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean deleteDeviceType(String s, DeviceType deviceType)
|
||||
throws DeviceManagementException {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user