Author: j16sdiz
Date: 2008-04-14 02:24:03 +0000 (Mon, 14 Apr 2008)
New Revision: 19283

Modified:
   trunk/freenet/src/freenet/support/io/FileBucket.java
Log:
fileRestartCounter is defined in superclass, don't mask it.


Modified: trunk/freenet/src/freenet/support/io/FileBucket.java
===================================================================
--- trunk/freenet/src/freenet/support/io/FileBucket.java        2008-04-14 
00:38:25 UTC (rev 19282)
+++ trunk/freenet/src/freenet/support/io/FileBucket.java        2008-04-14 
02:24:03 UTC (rev 19283)
@@ -22,7 +22,6 @@
        protected final boolean createFileOnly;
        // JVM caches File.size() and there is no way to flush the cache, so we
        // need to track it ourselves
-       protected long fileRestartCounter;

        protected static String tempDir = null;



Reply via email to