Author: j16sdiz
Date: 2008-05-06 07:39:04 +0000 (Tue, 06 May 2008)
New Revision: 19787
Modified:
branches/saltedhashstore/freenet/src/freenet/store/SaltedHashFreenetStore.java
Log:
comment
Modified:
branches/saltedhashstore/freenet/src/freenet/store/SaltedHashFreenetStore.java
===================================================================
---
branches/saltedhashstore/freenet/src/freenet/store/SaltedHashFreenetStore.java
2008-05-06 04:31:24 UTC (rev 19786)
+++
branches/saltedhashstore/freenet/src/freenet/store/SaltedHashFreenetStore.java
2008-05-06 07:39:04 UTC (rev 19787)
@@ -693,7 +693,7 @@
private Map lockMap = new HashMap();
/**
- * Lock the entry // TODO locking
+ * Lock the entry
*
* This lock is <strong>not</strong> reentrance. No threads except
Cleaner should hold more
* then one lock at a time (or deadlock may occur).
@@ -726,7 +726,7 @@
}
/**
- * Unlock the entry // TODO locking
+ * Unlock the entry
*/
private void unlockEntry(long offset) {
if (logDEBUG)