This commit is contained in:
mharindu 2015-05-14 22:13:57 +05:30
parent 8d16b031ce
commit f83897708c

View File

@ -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(),