s9514171 commented on a change in pull request #4745:
URL: https://github.com/apache/nifi/pull/4745#discussion_r559357721



##########
File path: 
nifi-commons/nifi-site-to-site-client/src/test/groovy/org/apache/nifi/remote/client/PeerSelectorTest.groovy
##########
@@ -71,6 +72,11 @@ class PeerSelectorTest extends GroovyTestCase {
 
     }
 
+    private static String buildRemoteInstanceUris(List<String> nodes = 
DEFAULT_NODES) {
+        String remoteInstanceUris = new 
String("http://";).concat(nodes.join(":8443/nifi-api,http://";)).concat(":8443/nifi-api");

Review comment:
       changed to ```String remoteInstanceUris = "http://"; + 
nodes.join(":8443/nifi-api,http://";) + ":8443/nifi-api";```




----------------------------------------------------------------
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.

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


Reply via email to