ClientEndpoint needs to be instantiabe
[policy/engine.git] / PolicyEngineAPI / src / main / java / org / onap / policy / std / AutoClientEnd.java
index e69f007..6a1c586 100644 (file)
@@ -56,10 +56,6 @@ public class AutoClientEnd {
        private static boolean error = false;
        private static Logger logger = FlexLogger.getLogger(AutoClientEnd.class.getName());
        
-       private AutoClientEnd() {
-               // Empty constructor
-       }
-       
        public static void setAuto(NotificationScheme scheme,
                        NotificationHandler handler) {
                AutoClientEnd.scheme = scheme;