Merge "ClientEndpoint needs to be instantiabe"
authorJorge Hernandez <jh1730@att.com>
Fri, 9 Mar 2018 16:12:01 +0000 (16:12 +0000)
committerGerrit Code Review <gerrit@onap.org>
Fri, 9 Mar 2018 16:12:01 +0000 (16:12 +0000)
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;