Sonar cleanup
[policy/drools-pdp.git] / feature-active-standby-management / src / main / java / org / onap / policy / drools / activestandby / ActiveStandbyProperties.java
index 6e26334..a70c71f 100644 (file)
@@ -45,6 +45,10 @@ public class ActiveStandbyProperties {
        public static final String DB_PWD = "javax.persistence.jdbc.password";
                
        private static Properties properties = null;
+       
+       private ActiveStandbyProperties() {
+               throw new IllegalStateException("Utility class");
+       }
        /*
         * Initialize the parameter values from the droolsPersitence.properties file values
         *