summaryrefslogtreecommitdiffstats
path: root/ONAP-PAP-REST/src/main/java/org/onap/policy/pap/xacml/rest/handler/DictionaryHandlerImpl.java
diff options
context:
space:
mode:
authorrb7147 <rb7147@att.com>2018-02-12 22:46:09 -0500
committerrb7147 <rb7147@att.com>2018-02-12 22:49:05 -0500
commitef9258807505ff24e8221bae25d06ab65029397c (patch)
treeff9d8d5f5bd12e867644f5c8b24515f8c62b8e4d /ONAP-PAP-REST/src/main/java/org/onap/policy/pap/xacml/rest/handler/DictionaryHandlerImpl.java
parent1ef83d84ac1f803280686cca6960d1dc20695ace (diff)
Added Junits for Policy PAP-REST
Resolved the sonar issues. Added JUnits for ONAP-PAP-REST and ONAP-REST Component. Issue-ID: POLICY-338 Change-Id: Ibec2613f4f61e9ed426583af17c2a9d5b8c8d85d Signed-off-by: rb7147 <rb7147@att.com>
Diffstat (limited to 'ONAP-PAP-REST/src/main/java/org/onap/policy/pap/xacml/rest/handler/DictionaryHandlerImpl.java')
-rw-r--r--ONAP-PAP-REST/src/main/java/org/onap/policy/pap/xacml/rest/handler/DictionaryHandlerImpl.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/ONAP-PAP-REST/src/main/java/org/onap/policy/pap/xacml/rest/handler/DictionaryHandlerImpl.java b/ONAP-PAP-REST/src/main/java/org/onap/policy/pap/xacml/rest/handler/DictionaryHandlerImpl.java
index a6d740e62..f1cc9e6e4 100644
--- a/ONAP-PAP-REST/src/main/java/org/onap/policy/pap/xacml/rest/handler/DictionaryHandlerImpl.java
+++ b/ONAP-PAP-REST/src/main/java/org/onap/policy/pap/xacml/rest/handler/DictionaryHandlerImpl.java
@@ -136,7 +136,7 @@ public class DictionaryHandlerImpl implements DictionaryHandler{
dictionary.getRiskTypeDictionary(response);
break;
case "SafePolicyWarning":
- dictionary.getSafePolicyWarningDictionary(request, response);
+ dictionary.getSafePolicyWarningDictionary(response);
break;
case "MicroServiceDictionary":
dictionary.getMicroServiceDictionary(response);