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
revert-dabc3590
manoj 10 years ago
parent 0d43415484
commit df99f5a245

@ -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 {

Loading…
Cancel
Save