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