Author: nextgens
Date: 2008-07-19 17:23:30 +0000 (Sat, 19 Jul 2008)
New Revision: 21256
Modified:
trunk/freenet/src/freenet/config/FilePersistentConfig.java
Log:
doh
Modified: trunk/freenet/src/freenet/config/FilePersistentConfig.java
===================================================================
--- trunk/freenet/src/freenet/config/FilePersistentConfig.java 2008-07-19
17:18:28 UTC (rev 21255)
+++ trunk/freenet/src/freenet/config/FilePersistentConfig.java 2008-07-19
17:23:30 UTC (rev 21256)
@@ -128,7 +128,7 @@
}
/** Don't call without taking storeSync first */
- private void innerStore() throws IOException {
+ protected void innerStore() throws IOException {
SimpleFieldSet fs = exportFieldSet();
if(Logger.shouldLog(Logger.MINOR, this))
Logger.minor(this, "fs = " + fs);