Author: toad
Date: 2007-03-15 21:56:22 +0000 (Thu, 15 Mar 2007)
New Revision: 12149
Modified:
trunk/freenet/src/freenet/store/BerkeleyDBFreenetStore.java
Log:
Fix comment
Modified: trunk/freenet/src/freenet/store/BerkeleyDBFreenetStore.java
===================================================================
--- trunk/freenet/src/freenet/store/BerkeleyDBFreenetStore.java 2007-03-15
21:51:58 UTC (rev 12148)
+++ trunk/freenet/src/freenet/store/BerkeleyDBFreenetStore.java 2007-03-15
21:56:22 UTC (rev 12149)
@@ -946,7 +946,7 @@
/**
* Shrink the store, on the fly/quickly.
- * @param offline If true, keep going until the store has shrunk enough.
+ * @param offline If false, keep going until the store has shrunk
enough.
* @throws DatabaseException
* @throws IOException
*/