revert-70aa11f8
mharindu 10 years ago
parent 8d16b031ce
commit f83897708c

@ -169,7 +169,7 @@ public class OperationManagerImpl implements OperationManager {
if (device == null) { if (device == null) {
throw new OperationManagementException("Device not found for given device " + throw new OperationManagementException("Device not found for given device " +
"Identifier:" + deviceIdentifier.getId() + " and given type" + deviceIdentifier.getType()); "Identifier:" + deviceIdentifier.getId() + " and given type:" + deviceIdentifier.getType());
} }
operations = new ArrayList<Operation>(); operations = new ArrayList<Operation>();
dtoOperationList = operationDAO.getOperationsByDeviceAndStatus(device.getId(), dtoOperationList = operationDAO.getOperationsByDeviceAndStatus(device.getId(),

Loading…
Cancel
Save