JUnit additions for PAP-REST,REST,XACML
[policy/engine.git] / ONAP-XACML / src / main / java / org / onap / policy / xacml / api / XACMLErrorConstants.java
index 77c0da4..0cbba2f 100644 (file)
@@ -52,5 +52,9 @@ public class XACMLErrorConstants {
        //Captures all the errors that not related to the list of above error codes
        public static final String ERROR_UNKNOWN = "PE900 - Unknown Error: ";
        
+       // Static class, hide constructor
+    private XACMLErrorConstants() {
+       super();
+    }
 
 }