Consolidate PolicyRestAdapter setup
[policy/engine.git] / ONAP-PAP-REST / src / main / java / org / onap / policy / pap / xacml / rest / components / PolicyDBDaoTransaction.java
index dbb2fa8..250029a 100644 (file)
 package org.onap.policy.pap.xacml.rest.components;
 
 import com.att.research.xacml.api.pap.PAPException;
+
 import java.util.List;
+
 import javax.persistence.PersistenceException;
+
 import org.onap.policy.rest.dao.PolicyDBException;
 import org.onap.policy.rest.jpa.GroupEntity;
 import org.onap.policy.rest.jpa.PdpEntity;
@@ -70,7 +73,6 @@ public interface PolicyDBDaoTransaction {
      */
     public void close();
 
-
     /**
      * Create a new PDP group in the database
      *
@@ -162,7 +164,6 @@ public interface PolicyDBDaoTransaction {
     public StdPDPGroup addPolicyToGroup(String group, String policyID, String requestType, String username)
             throws PolicyDBException;
 
-
     /**
      * Delete an existing PDP groupPolicyDBException
      *