Consolidate PolicyRestAdapter setup
[policy/engine.git] / ONAP-PAP-REST / src / main / java / org / onap / policy / pap / xacml / rest / service / DictionaryService.java
index 2dea965..45e82cc 100644 (file)
 package org.onap.policy.pap.xacml.rest.service;
 
 import java.io.IOException;
+
 import javax.servlet.http.HttpServletRequest;
 import javax.servlet.http.HttpServletResponse;
+
 import org.onap.policy.pap.xacml.rest.controller.ActionPolicyDictionaryController;
 import org.onap.policy.pap.xacml.rest.controller.BRMSDictionaryController;
 import org.onap.policy.pap.xacml.rest.controller.ClosedLoopDictionaryController;
@@ -37,7 +39,6 @@ import org.onap.policy.pap.xacml.rest.controller.SafePolicyController;
 import org.springframework.stereotype.Service;
 import org.springframework.web.servlet.ModelAndView;
 
-
 // TODO: Auto-generated Javadoc
 /**
  * The Class DictionaryService.
@@ -387,8 +388,6 @@ public class DictionaryService {
         return result.getViewName();
     }
 
-
-
     /**
      * Save micro service location dictionary.
      *
@@ -608,7 +607,6 @@ public class DictionaryService {
         return result.getViewName();
     }
 
-
     /**
      * Gets the onap dictionary.
      *
@@ -854,7 +852,6 @@ public class DictionaryService {
         dictionary.getTermListDictionaryEntityData(response);
     }
 
-
     /**
      * Gets the micro service location dictionary.
      *