Adding fix for BRMSGW issue 63/33663/1
authorMichael Mokry <mm117s@att.com>
Thu, 1 Mar 2018 19:35:37 +0000 (13:35 -0600)
committerMichael Mokry <mm117s@att.com>
Thu, 1 Mar 2018 19:35:37 +0000 (13:35 -0600)
This should fix the issue with the BRMSGW getting notification to create
the rules jar

Change-Id: Ie575a0b4717c999b8ab9deecc667ceaba99e7327
Issue-ID: POLICY-660
Signed-off-by: Michael Mokry <mm117s@att.com>
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;
                }