From: Michael Mokry Date: Thu, 1 Mar 2018 19:35:37 +0000 (-0600) Subject: Adding fix for BRMSGW issue X-Git-Tag: v1.2.0~105 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=policy%2Fengine.git;a=commitdiff_plain;h=688ca36ee51950917974031bd52fe13aa997ac53 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 --- 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 ec021a43e..542314990 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 @@ 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; }