diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2019-10-21 14:21:54 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2019-10-21 14:22:03 -0400 |
commit | fc07c32a4c01a2541c8061a37c3c6589c720e2b3 (patch) | |
tree | 98c2f46d6cc1d413586df462abd091e828f1de3e /main/src/test/java | |
parent | 3107498c86304ef114e6799ee430013fc26e1750 (diff) |
Use yaml policies in models-examples
Now that yaml is supported, use those policies that are
stored in the models-examples that are preloaded into the
api.
Fixed a minor checkstyle issue. Not sure why it was missed.
Issue-ID: POLICY-2066
Change-Id: I2f4384a310bfa818555de5dacb477daf82fac6de
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'main/src/test/java')
-rw-r--r-- | main/src/test/java/org/onap/policy/pdpx/main/rest/TestAbbreviateDecisionResults.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/test/java/org/onap/policy/pdpx/main/rest/TestAbbreviateDecisionResults.java b/main/src/test/java/org/onap/policy/pdpx/main/rest/TestAbbreviateDecisionResults.java index 716e6412..4244e561 100644 --- a/main/src/test/java/org/onap/policy/pdpx/main/rest/TestAbbreviateDecisionResults.java +++ b/main/src/test/java/org/onap/policy/pdpx/main/rest/TestAbbreviateDecisionResults.java @@ -244,7 +244,7 @@ public class TestAbbreviateDecisionResults { } /** - * Initializes the Monitoring application service + * Initializes the Monitoring application service. * * @param apps - the path to xacml.properties file */ |