JUnit additions for PAP-REST,REST,XACML
[policy/engine.git] / ONAP-REST / src / main / java / org / onap / policy / rest / XACMLRestProperties.java
index 5c84496..e52a411 100644 (file)
@@ -95,7 +95,6 @@ public class XACMLRestProperties extends XACMLProperties {
        public static final String PROP_PAP_URLS = "xacml.rest.pap.urls";
        public static final String PROP_PAP_FAILED_URLS = "xacml.rest.pap.failedUrls";
        public static final String PROP_PAP_SUCCEEDED_URLS = "xacml.rest.pap.succeededUrls";
-       //public static final String PROP_PAP_FAILED_URL_TIME = "xacml.rest.pap.failedUrlTime";
        
        /**
         * Upon startup, have the PAP servlet send latest configuration information
@@ -453,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();
+    }
 }