From df99f5a245c5f2a222802bc66358e3ea899b71ae Mon Sep 17 00:00:00 2001 From: manoj Date: Mon, 20 Apr 2015 17:41:30 +0530 Subject: [PATCH] components/device-mgt/org.wso2.carbon.device.mgt.mobile.impl/src/main/java/org/wso2/carbon/device/mgt/mobile/dao/MobileDeviceManagementDAOFactory.java Refractor DAO factory connection handling --- .../device/mgt/mobile/impl/ios/dao/impl/FeatureDAOImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/device-mgt/org.wso2.carbon.device.mgt.mobile.impl/src/main/java/org/wso2/carbon/device/mgt/mobile/impl/ios/dao/impl/FeatureDAOImpl.java b/components/device-mgt/org.wso2.carbon.device.mgt.mobile.impl/src/main/java/org/wso2/carbon/device/mgt/mobile/impl/ios/dao/impl/FeatureDAOImpl.java index 3b6828aa4..756978b45 100644 --- a/components/device-mgt/org.wso2.carbon.device.mgt.mobile.impl/src/main/java/org/wso2/carbon/device/mgt/mobile/impl/ios/dao/impl/FeatureDAOImpl.java +++ b/components/device-mgt/org.wso2.carbon.device.mgt.mobile.impl/src/main/java/org/wso2/carbon/device/mgt/mobile/impl/ios/dao/impl/FeatureDAOImpl.java @@ -34,7 +34,7 @@ import java.util.List; public class FeatureDAOImpl implements MobileFeatureDAO { - public boolean addFeature(MobileFeature feature) throws FeatureManagementDAOException { + public boolean addFeature(MobileFeature feature) throws MobileDeviceManagementDAOException { PreparedStatement stmt = null; boolean status = false; try {