This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git


The following commit(s) were added to refs/heads/master by this push:
     new 5517d29  NO-JIRA: remove unused test constant following 
122bdce3d16083deaa5b4f5ac5502e784c0ab12d
5517d29 is described below

commit 5517d297fab4399ff7954f19933f1d911f1ee783
Author: Robbie Gemmell <rob...@apache.org>
AuthorDate: Tue Sep 3 13:27:49 2019 +0100

    NO-JIRA: remove unused test constant following 
122bdce3d16083deaa5b4f5ac5502e784c0ab12d
---
 .../src/test/java/org/apache/qpid/jms/transports/netty/NettyServer.java  | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/qpid-jms-client/src/test/java/org/apache/qpid/jms/transports/netty/NettyServer.java
 
b/qpid-jms-client/src/test/java/org/apache/qpid/jms/transports/netty/NettyServer.java
index f09b08f..2046854 100644
--- 
a/qpid-jms-client/src/test/java/org/apache/qpid/jms/transports/netty/NettyServer.java
+++ 
b/qpid-jms-client/src/test/java/org/apache/qpid/jms/transports/netty/NettyServer.java
@@ -75,7 +75,6 @@ public abstract class NettyServer implements AutoCloseable {
 
     private static final Logger LOG = 
LoggerFactory.getLogger(NettyServer.class);
 
-    static final int PORT = Integer.parseInt(System.getProperty("port", 
"8007"));
     static final String WEBSOCKET_PATH = "/";
     static final int SERVER_CHOOSES_PORT = 0;
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to