You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2014/03/26 14:11:35 UTC

svn commit: r1581821 - /tomcat/trunk/java/org/apache/tomcat/util/net/SecureNio2Channel.java

Author: markt
Date: Wed Mar 26 13:11:34 2014
New Revision: 1581821

URL: http://svn.apache.org/r1581821
Log:
Fix Javadoc

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

Modified: tomcat/trunk/java/org/apache/tomcat/util/net/SecureNio2Channel.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/net/SecureNio2Channel.java?rev=1581821&r1=1581820&r2=1581821&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/tomcat/util/net/SecureNio2Channel.java (original)
+++ tomcat/trunk/java/org/apache/tomcat/util/net/SecureNio2Channel.java Wed Mar 26 13:11:34 2014
@@ -174,7 +174,6 @@ public class SecureNio2Channel extends N
      *
      * @return <code>true</code> if the network buffer has been flushed out and
      *         is empty else <code>false</code> (as a future)
-     * @throws IOException
      */
     @Override
     public Future<Boolean> flush() {



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