Remove commented methods/fields in APPC
[appc.git] / appc-dispatcher / appc-dispatcher-common / appc-data-access-lib / src / main / java / org / openecomp / appc / dao / util / DBUtils.java
index 294d948..520af4f 100644 (file)
@@ -63,21 +63,4 @@ public class DBUtils {
                return clearFlag;
 
        }
-
-       /*public static DbLibService getDBLibService(){
-               DbLibService dblibSvc = null;
-               BundleContext bctx = FrameworkUtil.getBundle(SvcLogicDblibStore.class).getBundleContext();
-               ServiceReference sref = bctx.getServiceReference("org.openecomp.sdnc.sli.resource.dblib.DBResourceManager");
-               if (sref == null) {
-//                     LOG.warn("Could not find service reference for DBLIB service (org.openecomp.sdnc.sli.resource.dblib.DBResourceManager)");
-               }
-               else {
-                       dblibSvc = (DbLibService)bctx.getService(sref);
-                       if (dblibSvc == null)
-                       {
-//                             LOG.warn("Could not find service reference for DBLIB service (org.openecomp.sdnc.sli.resource.dblib.DBResourceManager)");
-                       }
-               }
-               return dblibSvc;
-       }*/
 }