From d417cdaf516523c2d3bc998ca246d0cf6a2c55ec Mon Sep 17 00:00:00 2001 From: bobbymander Date: Wed, 28 Feb 2018 16:31:24 -0500 Subject: JUnit additions for PAP-REST,REST,XACML Issue-ID: POLICY-603 Change-Id: I78c5e302c474613cbb22a80e0d931b4f47dd3b63 Signed-off-by: bobbymander --- .../src/main/java/org/onap/policy/rest/XACMLRestProperties.java | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ONAP-REST/src/main/java') diff --git a/ONAP-REST/src/main/java/org/onap/policy/rest/XACMLRestProperties.java b/ONAP-REST/src/main/java/org/onap/policy/rest/XACMLRestProperties.java index 73cb0f07e..e52a4110e 100644 --- a/ONAP-REST/src/main/java/org/onap/policy/rest/XACMLRestProperties.java +++ b/ONAP-REST/src/main/java/org/onap/policy/rest/XACMLRestProperties.java @@ -452,4 +452,9 @@ public class XACMLRestProperties extends XACMLProperties { * */ public static final String PROP_PAP_INCOMINGNOTIFICATION_TRIES = "xacml.rest.pap.incomingnotification.tries"; + + // Static class, hide constructor + private XACMLRestProperties() { + super(); + } } -- cgit 1.2.3-korg