Merge "Added Junits for ONAP-SDK-APP"
authorJorge Hernandez <jh1730@att.com>
Fri, 2 Mar 2018 01:46:48 +0000 (01:46 +0000)
committerGerrit Code Review <gerrit@onap.org>
Fri, 2 Mar 2018 01:46:48 +0000 (01:46 +0000)
PolicyEngineAPI/src/main/java/org/onap/policy/std/AutoClientEnd.java

index ec021a4..5423149 100644 (file)
@@ -84,7 +84,7 @@ public class AutoClientEnd {
                if (scheme == null || handler == null ||
                        ! (scheme.equals(NotificationScheme.AUTO_ALL_NOTIFICATIONS) &&
                                        scheme.equals(NotificationScheme.AUTO_NOTIFICATIONS) ) ||
-                       AutoClientEnd.client == null) {
+                       AutoClientEnd.client != null) {
                        return;
                }