From f01f822f6f43c5ae5b1b3f78d346faedce8053a5 Mon Sep 17 00:00:00 2001 From: manoj Date: Mon, 5 Jan 2015 15:32:02 +0530 Subject: [PATCH] Refactor Device Management service exception class --- .../device/mgt/common/DeviceManagementServiceException.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/components/device-mgt/org.wso2.carbon.device.mgt.common/src/main/java/org/wso2/carbon/device/mgt/common/DeviceManagementServiceException.java b/components/device-mgt/org.wso2.carbon.device.mgt.common/src/main/java/org/wso2/carbon/device/mgt/common/DeviceManagementServiceException.java index 941d04db5..d350a1391 100644 --- a/components/device-mgt/org.wso2.carbon.device.mgt.common/src/main/java/org/wso2/carbon/device/mgt/common/DeviceManagementServiceException.java +++ b/components/device-mgt/org.wso2.carbon.device.mgt.common/src/main/java/org/wso2/carbon/device/mgt/common/DeviceManagementServiceException.java @@ -18,9 +18,6 @@ package org.wso2.carbon.device.mgt.common; -/** - * Created by manoj on 12/22/14. - */ public class DeviceManagementServiceException extends Exception { private static final long serialVersionUID = -8933146283800122640L;