diff options
author | bobbymander <bobby.mander@att.com> | 2018-02-28 16:31:24 -0500 |
---|---|---|
committer | bobbymander <bobby.mander@att.com> | 2018-03-01 08:35:39 -0500 |
commit | d417cdaf516523c2d3bc998ca246d0cf6a2c55ec (patch) | |
tree | a3dc61581c720922b3f2b49516d35153889c2e58 /ONAP-REST/src/main/java | |
parent | 10f11fafcf434c70cc9c302d2ab4a801601b71f7 (diff) |
JUnit additions for PAP-REST,REST,XACML
Issue-ID: POLICY-603
Change-Id: I78c5e302c474613cbb22a80e0d931b4f47dd3b63
Signed-off-by: bobbymander <bobby.mander@att.com>
Diffstat (limited to 'ONAP-REST/src/main/java')
-rw-r--r-- | ONAP-REST/src/main/java/org/onap/policy/rest/XACMLRestProperties.java | 5 |
1 files changed, 5 insertions, 0 deletions
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(); + } } |