From 551aaf172b8c680bc75eadd7a216cb6825b6ad37 Mon Sep 17 00:00:00 2001 From: Lakshman Date: Wed, 6 Apr 2016 19:32:41 +0530 Subject: [PATCH] formatting change --- .../src/main/java/org/wso2/carbon/device/mgt/common/Device.java | 1 + 1 file changed, 1 insertion(+) diff --git a/components/device-mgt/org.wso2.carbon.device.mgt.common/src/main/java/org/wso2/carbon/device/mgt/common/Device.java b/components/device-mgt/org.wso2.carbon.device.mgt.common/src/main/java/org/wso2/carbon/device/mgt/common/Device.java index 473ea559b6..feb5f987a2 100644 --- a/components/device-mgt/org.wso2.carbon.device.mgt.common/src/main/java/org/wso2/carbon/device/mgt/common/Device.java +++ b/components/device-mgt/org.wso2.carbon.device.mgt.common/src/main/java/org/wso2/carbon/device/mgt/common/Device.java @@ -164,4 +164,5 @@ public class Device implements Serializable{ public int hashCode() { return getDeviceIdentifier().hashCode(); } + }