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) {