[freenet-cvs] r14610 - trunk/freenet/src/freenet/support

toad at freenetproject.org toad at freenetproject.org
Sat Aug 11 16:17:33 UTC 2007


Author: toad
Date: 2007-08-11 16:17:33 +0000 (Sat, 11 Aug 2007)
New Revision: 14610

Modified:
   trunk/freenet/src/freenet/support/PooledExecutor.java
Log:
comment fix

Modified: trunk/freenet/src/freenet/support/PooledExecutor.java
===================================================================
--- trunk/freenet/src/freenet/support/PooledExecutor.java	2007-08-11 16:16:22 UTC (rev 14609)
+++ trunk/freenet/src/freenet/support/PooledExecutor.java	2007-08-11 16:17:33 UTC (rev 14610)
@@ -90,7 +90,7 @@
 						nextJob = null;
 						if(job == null) {
 							alive = false;
-							// execute() won't give us another one if alive = false
+							// execute() won't give us another job if alive = false
 						}
 					}
 					synchronized(PooledExecutor.this) {




More information about the cvs mailing list