Author: markt
Date: Fri Mar 24 20:50:37 2017
New Revision: 1788543

URL: http://svn.apache.org/viewvc?rev=1788543&view=rev
Log:
Better Javadoc

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

Modified: tomcat/trunk/java/org/apache/tomcat/util/net/SocketWrapperBase.java
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/net/SocketWrapperBase.java?rev=1788543&r1=1788542&r2=1788543&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/tomcat/util/net/SocketWrapperBase.java 
(original)
+++ tomcat/trunk/java/org/apache/tomcat/util/net/SocketWrapperBase.java Fri Mar 
24 20:50:37 2017
@@ -738,9 +738,9 @@ public abstract class SocketWrapperBase<
 
     /**
      * Starts the sendfile process. It is expected that if the sendfile process
-     * does not complete during this call that the caller <b>will not</b> add
-     * the socket to the poller (or equivalent). That is the responsibility of
-     * this method.
+     * does not complete during this call and does not report an error, that 
the
+     * caller <b>will not</b> add the socket to the poller (or equivalent). 
That
+     * is the responsibility of this method.
      *
      * @param sendfileData Data representing the file to send
      *



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

Reply via email to