refactored code issues

revert-dabc3590
hasuniea 9 years ago
parent c257a7a5ab
commit 728cf39853

@ -47,11 +47,7 @@ public class AndroidDAOFactory extends AbstractMobileDeviceManagementDAOFactory
public MobileFeatureDAO getMobileFeatureDAO() {
return new AndroidFeatureDAOImpl();
}
public MobileFeaturePropertyDAO getFeaturePropertyDAO() {
return null;
}
public static void beginTransaction() throws MobileDeviceManagementDAOException {
try {
Connection conn = dataSource.getConnection();

Loading…
Cancel
Save