aboutsummaryrefslogtreecommitdiffstats
path: root/main/src
diff options
context:
space:
mode:
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());
}