Author: toad
Date: 2007-07-21 20:33:01 +0000 (Sat, 21 Jul 2007)
New Revision: 14251

Modified:
   trunk/freenet/src/freenet/support/io/BaseFileBucket.java
Log:
move comment

Modified: trunk/freenet/src/freenet/support/io/BaseFileBucket.java
===================================================================
--- trunk/freenet/src/freenet/support/io/BaseFileBucket.java    2007-07-21 
20:28:21 UTC (rev 14250)
+++ trunk/freenet/src/freenet/support/io/BaseFileBucket.java    2007-07-21 
20:33:01 UTC (rev 14251)
@@ -14,9 +14,9 @@

 public abstract class BaseFileBucket implements Bucket, 
SerializableToFieldSetBucket {

-       protected long length;
        // JVM caches File.size() and there is no way to flush the cache, so we
        // need to track it ourselves
+       protected long length;
        protected long fileRestartCounter;

        protected static String tempDir = null;


Reply via email to