aboutsummaryrefslogtreecommitdiffstats
path: root/PolicyEngineAPI/src
diff options
context:
space:
mode:
authorMichael Mokry <mm117s@att.com>2018-03-01 13:35:37 -0600
committerMichael Mokry <mm117s@att.com>2018-03-01 13:35:37 -0600
commit688ca36ee51950917974031bd52fe13aa997ac53 (patch)
tree5ef51670c04a335ca962175157cd70e89dd31735 /PolicyEngineAPI/src
parent331e68e8699a4264022a2a073ebe8ed8a35322db (diff)
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>
Diffstat (limited to 'PolicyEngineAPI/src')
-rw-r--r--PolicyEngineAPI/src/main/java/org/onap/policy/std/AutoClientEnd.java2
1 files changed, 1 insertions, 1 deletions
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;
}