Fix compilation error

Reviewed-on: https://repository.entgra.net/community/device-mgt-plugins/pulls/72
This commit is contained in:
Lasantha Dharmakeerthi 2024-07-04 15:17:33 +00:00
commit 7318b6f1d2

View File

@ -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;
}
}