Author: toad
Date: 2007-06-01 20:19:25 +0000 (Fri, 01 Jun 2007)
New Revision: 13457
Modified:
trunk/freenet/src/freenet/io/comm/MessageFilter.java
Log:
Comment
Modified: trunk/freenet/src/freenet/io/comm/MessageFilter.java
===================================================================
--- trunk/freenet/src/freenet/io/comm/MessageFilter.java 2007-06-01
20:05:01 UTC (rev 13456)
+++ trunk/freenet/src/freenet/io/comm/MessageFilter.java 2007-06-01
20:19:25 UTC (rev 13457)
@@ -42,7 +42,7 @@
PeerContext _source;
private long _timeout;
/** If true, timeouts are relative to the start of waiting, if false, they
are relative to
- * the creation of the filter */
+ * the time of calling setTimeout() */
private boolean _timeoutFromWait;
private int _initialTimeout;
private MessageFilter _or;