Author: toad
Date: 2008-07-31 21:19:17 +0000 (Thu, 31 Jul 2008)
New Revision: 21547
Modified:
branches/db4o/freenet/src/freenet/client/async/ClientRequestSchedulerNonPersistent.java
Log:
Remove obsolete comment
Modified:
branches/db4o/freenet/src/freenet/client/async/ClientRequestSchedulerNonPersistent.java
===================================================================
---
branches/db4o/freenet/src/freenet/client/async/ClientRequestSchedulerNonPersistent.java
2008-07-31 20:49:49 UTC (rev 21546)
+++
branches/db4o/freenet/src/freenet/client/async/ClientRequestSchedulerNonPersistent.java
2008-07-31 21:19:17 UTC (rev 21547)
@@ -99,11 +99,6 @@
Logger.minor(this, "Removing pending key: "+getter+"
for "+key);
boolean dropped = false;
Object o;
- /*
- * Because arrays are not basic types,
pendingKeys.activationDepth(1) means that
- * the SendableGet's returned here will be activated to depth
1, even if they were
- * within a SendableGet[]. Tested as of 21/05/08.
- */
synchronized(pendingKeys) {
o = pendingKeys.get(key);
if(o == null) {