clebertsuconic commented on a change in pull request #2557: Core client cleanups
URL: https://github.com/apache/activemq-artemis/pull/2557#discussion_r258698373
 
 

 ##########
 File path: 
artemis-core-client/src/main/java/org/apache/activemq/artemis/core/client/impl/ServerLocatorImpl.java
 ##########
 @@ -333,7 +333,7 @@ private ServerLocatorImpl(final Topology topology,
 
       this.discoveryGroupConfiguration = discoveryGroupConfiguration;
 
-      this.initialConnectors = transportConfigs != null ? transportConfigs : 
null;
 
 Review comment:
   nice catch. This used to be     
   ```
   this.initialConnectors = transportConfigs != null ? transportConfigs : new 
TransportConfiguration[] {};
   ```
   
   back in 2012, still at hornetq.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to