From f83897708caefaea226ea23cafdefd94eb1ba19e Mon Sep 17 00:00:00 2001 From: mharindu Date: Thu, 14 May 2015 22:13:57 +0530 Subject: [PATCH] Merged --- .../device/mgt/core/operation/mgt/OperationManagerImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/device-mgt/org.wso2.carbon.device.mgt.core/src/main/java/org/wso2/carbon/device/mgt/core/operation/mgt/OperationManagerImpl.java b/components/device-mgt/org.wso2.carbon.device.mgt.core/src/main/java/org/wso2/carbon/device/mgt/core/operation/mgt/OperationManagerImpl.java index 5000bd56a6..e2a56958e3 100644 --- a/components/device-mgt/org.wso2.carbon.device.mgt.core/src/main/java/org/wso2/carbon/device/mgt/core/operation/mgt/OperationManagerImpl.java +++ b/components/device-mgt/org.wso2.carbon.device.mgt.core/src/main/java/org/wso2/carbon/device/mgt/core/operation/mgt/OperationManagerImpl.java @@ -169,7 +169,7 @@ public class OperationManagerImpl implements OperationManager { if (device == null) { 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(); dtoOperationList = operationDAO.getOperationsByDeviceAndStatus(device.getId(),