aboutsummaryrefslogtreecommitdiffstats
path: root/main/src
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2020-03-14 22:36:22 -0400
committerPamela Dragosh <pdragosh@research.att.com>2020-03-14 22:36:29 -0400
commitec20e47d350e16e1bf52f0396b777063b23770c7 (patch)
tree8e898c1b8c32eeb05e159968dc2d056e7c11fde2 /main/src
parenta53a9b9192fbd8c27f2004a096f628243a126ca7 (diff)
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 <pdragosh@research.att.com>
Diffstat (limited to 'main/src')
-rw-r--r--main/src/main/java/org/onap/policy/pdpx/main/rest/XacmlPdpApplicationManager.java2
1 files changed, 1 insertions, 1 deletions
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());
}