summaryrefslogtreecommitdiffstats
path: root/policy-utils
diff options
context:
space:
mode:
Diffstat (limited to 'policy-utils')
-rw-r--r--policy-utils/src/main/java/org/onap/policy/drools/policies/DomainMaker.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/policy-utils/src/main/java/org/onap/policy/drools/policies/DomainMaker.java b/policy-utils/src/main/java/org/onap/policy/drools/policies/DomainMaker.java
index 6e1e0881..0097dff6 100644
--- a/policy-utils/src/main/java/org/onap/policy/drools/policies/DomainMaker.java
+++ b/policy-utils/src/main/java/org/onap/policy/drools/policies/DomainMaker.java
@@ -159,8 +159,8 @@ public class DomainMaker {
*/
public boolean registerValidator(@NonNull ToscaPolicyTypeIdentifier policyType) {
//
- // A known schema is an schema embedded in a .jar in the classpath under the schemas/
- // resource directory matching the following syntax: schemas/<policy-type>.schema.json.
+ // A known schema is one that embedded in a .jar in the classpath as a resource
+ // matching the following syntax: <policy-type-name>-<policy-type-version>.schema.json.
//
String schema =
ResourceUtils