mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Fix compilation error
This commit is contained in:
parent
d75345e017
commit
3d6aa953bb
@ -906,4 +906,9 @@ public class DeviceManagementProviderServiceMock implements DeviceManagementProv
|
|||||||
public OperationDTO getOperationDetailsById(int i) throws OperationManagementException {
|
public OperationDTO getOperationDetailsById(int i) throws OperationManagementException {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public PaginationResult getDevicesNotInGroup(PaginationRequest paginationRequest, boolean b) throws DeviceManagementException {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user