Consolidate PolicyRestAdapter setup
[policy/engine.git] / ONAP-PAP-REST / src / main / java / org / onap / policy / pap / xacml / rest / util / JPAUtils.java
index cb9abb9..efb8287 100644 (file)
@@ -21,6 +21,7 @@
 package org.onap.policy.pap.xacml.rest.util;
 
 import java.util.List;
 package org.onap.policy.pap.xacml.rest.util;
 
 import java.util.List;
+
 import org.onap.policy.common.logging.flexlogger.FlexLogger;
 import org.onap.policy.common.logging.flexlogger.Logger;
 import org.onap.policy.rest.XacmlAdminAuthorization;
 import org.onap.policy.common.logging.flexlogger.FlexLogger;
 import org.onap.policy.common.logging.flexlogger.Logger;
 import org.onap.policy.rest.XacmlAdminAuthorization;
@@ -41,7 +42,6 @@ public class JPAUtils {
         JPAUtils.commonClassDao = commonClassDao;
     }
 
         JPAUtils.commonClassDao = commonClassDao;
     }
 
-
     /**
      * Get an instance of a JPAUtils. It creates one if it does not exist. Only one instance is allowed
      * to be created per server.
     /**
      * Get an instance of a JPAUtils. It creates one if it does not exist. Only one instance is allowed
      * to be created per server.