Merge "MR_ClusterService-replace & with &&"
authorvarun gudisena <varuneshwar.gudisena@att.com>
Tue, 22 Jan 2019 18:49:31 +0000 (18:49 +0000)
committerGerrit Code Review <gerrit@onap.org>
Tue, 22 Jan 2019 18:49:31 +0000 (18:49 +0000)
src/main/java/org/onap/dmaap/dbcapi/service/MR_ClusterService.java

index dea5d83..db6389e 100644 (file)
@@ -3,6 +3,8 @@
  * org.onap.dmaap
  * ================================================================================
  * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
+ *
+ * Modifications Copyright (C) 2019 IBM.
  * ================================================================================
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -156,7 +158,7 @@ public class MR_ClusterService extends BaseLoggingClass {
                        cluster.setLastMod();
                        cluster.setStatus(DmaapObject_Status.INVALID);
                        mr_clusters.put( cluster.getDcaeLocationName(), cluster );
-               } else if ( loc.isCentral()  & multiSite ) {
+               } else if ( loc.isCentral() && multiSite ) {
                        ApiError resp = TopicService.setBridgeClientPerms( cluster );
                        if ( ! resp.is2xx() ) {
                                logger.error( "Unable to provision Bridge to " + cluster.getDcaeLocationName() );