Adding fix for BRMSGW issue

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>
diff --git a/PolicyEngineAPI/src/main/java/org/onap/policy/std/AutoClientEnd.java b/PolicyEngineAPI/src/main/java/org/onap/policy/std/AutoClientEnd.java
index ec021a4..5423149 100644
--- a/PolicyEngineAPI/src/main/java/org/onap/policy/std/AutoClientEnd.java
+++ b/PolicyEngineAPI/src/main/java/org/onap/policy/std/AutoClientEnd.java
@@ -84,7 +84,7 @@
 		if (scheme == null || handler == null ||
 			! (scheme.equals(NotificationScheme.AUTO_ALL_NOTIFICATIONS) &&
 					scheme.equals(NotificationScheme.AUTO_NOTIFICATIONS) ) ||
-			AutoClientEnd.client == null) {
+			AutoClientEnd.client != null) {
 			return;
 		}