Dedeepya-T commented on a change in pull request #99:
URL: https://github.com/apache/qpid-broker-j/pull/99#discussion_r669705848



##########
File path: 
bdbstore/src/test/java/org/apache/qpid/server/store/berkeleydb/replication/ReplicatedEnvironmentFacadeTest.java
##########
@@ -1315,10 +1406,14 @@ private ReplicatedEnvironmentFacade 
addNode(StateChangeListener stateChangeListe
     }
     private ReplicatedEnvironmentConfiguration 
createReplicatedEnvironmentConfiguration(String nodeName, String nodeHostPort, 
boolean designatedPrimary)
     {
-        return 
createReplicatedEnvironmentConfiguration(nodeName,nodeHostPort,designatedPrimary,false);
+        return createReplicatedEnvironmentConfiguration(nodeName, 
nodeHostPort, designatedPrimary, false, null);
     }
 
-    private ReplicatedEnvironmentConfiguration 
createReplicatedEnvironmentConfiguration(String nodeName, String nodeHostPort, 
boolean designatedPrimary,final boolean disableCoalescing)
+    private ReplicatedEnvironmentConfiguration 
createReplicatedEnvironmentConfiguration(String nodeName,

Review comment:
       changed!




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to