Author: remm
Date: Tue Jul 21 13:36:34 2015
New Revision: 1692112

URL: http://svn.apache.org/r1692112
Log:
Remove redundant comment (trigger another CI run).

Modified:
    tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java

Modified: tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java?rev=1692112&r1=1692111&r2=1692112&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java (original)
+++ tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java Tue Jul 21 
13:36:34 2015
@@ -338,7 +338,6 @@ public class Nio2Endpoint extends Abstra
      * Process the specified connection.
      */
     protected boolean setSocketOptions(AsynchronousSocketChannel socket) {
-        // Process the connection
         try {
             socketProperties.setProperties(socket);
             Nio2Channel channel = nioChannels.pop();



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

Reply via email to