Return-Path: X-Original-To: apmail-tomcat-dev-archive@www.apache.org Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F174818C62 for ; Tue, 21 Jul 2015 13:36:48 +0000 (UTC) Received: (qmail 56165 invoked by uid 500); 21 Jul 2015 13:36:35 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 56079 invoked by uid 500); 21 Jul 2015 13:36:35 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 56069 invoked by uid 99); 21 Jul 2015 13:36:35 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Jul 2015 13:36:35 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id 74CE5AC01AB for ; Tue, 21 Jul 2015 13:36:35 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1692112 - /tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java Date: Tue, 21 Jul 2015 13:36:34 -0000 To: dev@tomcat.apache.org From: remm@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150721133635.74CE5AC01AB@hades.apache.org> 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-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org