Author: remy.maucherat(a)jboss.com
Date: 2007-07-18 23:01:32 -0400 (Wed, 18 Jul 2007)
New Revision: 202
Modified:
trunk/java/org/apache/comet/CometEvent.java
Log:
- Another small javadoc improvement.
Modified: trunk/java/org/apache/comet/CometEvent.java
===================================================================
--- trunk/java/org/apache/comet/CometEvent.java 2007-07-19 03:00:49 UTC (rev 201)
+++ trunk/java/org/apache/comet/CometEvent.java 2007-07-19 03:01:32 UTC (rev 202)
@@ -142,8 +142,7 @@
/**
* This method sets the timeout in milliseconds of idle time on the connection.
- * The timeout is reset every time data is received from the connection or data is
flushed
- * using <code>response.flushBuffer()</code>. If a timeout occurs, the
+ * The timeout is reset every time data is received from the connection. If a timeout
occurs, the
* servlet will receive an ERROR/TIMEOUT event which will not result in automatically
closing
* the event (the event may be closed using the close() method).
*
Show replies by date