Adding fix for BRMSGW issue
[policy/engine.git] / 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;
                }