Author: kkolinko Date: Fri Sep 30 21:52:09 2011 New Revision: 1177850 URL: http://svn.apache.org/viewvc?rev=1177850&view=rev Log: Remove duplicate wrong line that should have been deleted in r535325. See the same text in the JavaDoc of the CometEvent class.
Modified: tomcat/trunk/webapps/docs/aio.xml Modified: tomcat/trunk/webapps/docs/aio.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/aio.xml?rev=1177850&r1=1177849&r2=1177850&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/aio.xml (original) +++ tomcat/trunk/webapps/docs/aio.xml Fri Sep 30 21:52:09 2011 @@ -85,7 +85,6 @@ <li>EventType.READ: This indicates that input data is available, and that one read can be made without blocking. The available and ready methods of the InputStream or Reader may be used to determine if there is a risk of blocking: the servlet - should read while data is reported available, and can make one additional read should read while data is reported available. When encountering a read error, the servlet should report it by propagating the exception properly. Throwing an exception will cause the error event to be invoked, and the connection --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org