Author: remy.maucherat(a)jboss.com
Date: 2007-07-31 08:51:22 -0400 (Tue, 31 Jul 2007)
New Revision: 210
Modified:
trunk/java/org/apache/comet/CometEvent.java
Log:
- Clarify the resume method (there's no reason to call it synchronously, of course).
Modified: trunk/java/org/apache/comet/CometEvent.java
===================================================================
--- trunk/java/org/apache/comet/CometEvent.java 2007-07-31 00:06:49 UTC (rev 209)
+++ trunk/java/org/apache/comet/CometEvent.java 2007-07-31 12:51:22 UTC (rev 210)
@@ -182,6 +182,7 @@
* some asynchronous processing is done). This also resumes read events
* if they have been disabled using suspend. It is then possible to call suspend
* again later. It is also possible to call resume without calling suspend before.
+ * This method must be called asynchronously.
*/
public void resume();
Show replies by date