Fix build failure

This commit is contained in:
Lasantha Dharmakeerthi 2024-07-31 10:54:36 +00:00
commit f136fb1907

View File

@ -902,9 +902,7 @@ public class DeviceManagementProviderServiceMock implements DeviceManagementProv
}
@Override
public void deleteDeviceDataByTenantDomain(String s) throws DeviceManagementException {
throw new UnsupportedOperationException("Not implemented");
}
public void deleteDeviceDataByTenantId(int i) throws DeviceManagementException {}
@Override
public OwnerWithDeviceDTO getOwnersWithDeviceIds(String s, int i, String s1, String s2, String s3) throws DeviceManagementDAOException {