Github user rpahli commented on a diff in the pull request:

    https://github.com/apache/activemq-artemis/pull/1833#discussion_r165291242
  
    --- Diff: 
artemis-core-client/src/main/java/org/apache/activemq/artemis/core/remoting/impl/netty/NettyConnector.java
 ---
    @@ -416,6 +404,13 @@ private String getHttpUpgradeInfo() {
           return ", activemqServerName=" + serverName + ", 
httpUpgradeEndpoint=" + acceptor;
        }
     
    +   private String realKeyStorePath;
    --- End diff --
    
    If I move the variables into the method then I have to add some new copy 
variables because they have to be final or effective final. Is it ok?


---

Reply via email to