mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
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
This commit is contained in:
parent
0d43415484
commit
df99f5a245
@ -34,7 +34,7 @@ import java.util.List;
|
|||||||
public class FeatureDAOImpl implements MobileFeatureDAO {
|
public class FeatureDAOImpl implements MobileFeatureDAO {
|
||||||
|
|
||||||
|
|
||||||
public boolean addFeature(MobileFeature feature) throws FeatureManagementDAOException {
|
public boolean addFeature(MobileFeature feature) throws MobileDeviceManagementDAOException {
|
||||||
PreparedStatement stmt = null;
|
PreparedStatement stmt = null;
|
||||||
boolean status = false;
|
boolean status = false;
|
||||||
try {
|
try {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user