From ec20e47d350e16e1bf52f0396b777063b23770c7 Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Sat, 14 Mar 2020 22:36:22 -0400 Subject: Add code coverage XacmlPolicyUtils Fix spelling error and add code cover >95% for the XacmlPolicyUtils. Issue-ID: POLICY-2242 Change-Id: I21f239e6bd42073ff84883d04f2b8bee1466b8e0 Signed-off-by: Pamela Dragosh --- .../java/org/onap/policy/pdpx/main/rest/XacmlPdpApplicationManager.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/src') diff --git a/main/src/main/java/org/onap/policy/pdpx/main/rest/XacmlPdpApplicationManager.java b/main/src/main/java/org/onap/policy/pdpx/main/rest/XacmlPdpApplicationManager.java index a9d58b9e..66f965ff 100644 --- a/main/src/main/java/org/onap/policy/pdpx/main/rest/XacmlPdpApplicationManager.java +++ b/main/src/main/java/org/onap/policy/pdpx/main/rest/XacmlPdpApplicationManager.java @@ -202,7 +202,7 @@ public class XacmlPdpApplicationManager { // Ideally we shouldn't ever get here if we // are ensuring we are reporting a set of Policy Types and the // pap honors that. The loadPolicy for each application should be - // the own throwing exceptions if there are any errors in the policy type. + // the one throwing exceptions if there are any errors in the policy type. // throw new XacmlApplicationException("Application not found for policy type" + policy.getTypeIdentifier()); } -- cgit 1.2.3-korg