This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git
View the commit online: https://github.com/apache/tomcat/commit/13c87becb4bf1c57cc5125604ab7ce7b66948a20 commit 13c87becb4bf1c57cc5125604ab7ce7b66948a20 Author: Mark Thomas <ma...@apache.org> AuthorDate: Wed Nov 20 13:24:02 2019 +0000 Remove unused code --- test/org/apache/catalina/tribes/test/transport/SocketNioReceive.java | 1 + 1 file changed, 1 insertion(+) diff --git a/test/org/apache/catalina/tribes/test/transport/SocketNioReceive.java b/test/org/apache/catalina/tribes/test/transport/SocketNioReceive.java index 9ec2afa..763d7b2 100644 --- a/test/org/apache/catalina/tribes/test/transport/SocketNioReceive.java +++ b/test/org/apache/catalina/tribes/test/transport/SocketNioReceive.java @@ -35,6 +35,7 @@ public class SocketNioReceive { static DecimalFormat df = new DecimalFormat("##.00"); static double seconds = 0; + protected static final Object mutex = new Object(); public static void main(String[] args) throws Exception { Member mbr = new MemberImpl("localhost", 9999, 0); ChannelData data = new ChannelData(); --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org