Author: j16sdiz
Date: 2009-04-16 04:44:12 +0000 (Thu, 16 Apr 2009)
New Revision: 26879

Modified:
   trunk/freenet/src/freenet/client/async/SplitFileFetcherSubSegment.java
   trunk/freenet/src/freenet/node/BandwidthUsageHistory.java
Log:
Make inner class static

Modified: trunk/freenet/src/freenet/client/async/SplitFileFetcherSubSegment.java
===================================================================
--- trunk/freenet/src/freenet/client/async/SplitFileFetcherSubSegment.java      
2009-04-16 04:43:48 UTC (rev 26878)
+++ trunk/freenet/src/freenet/client/async/SplitFileFetcherSubSegment.java      
2009-04-16 04:44:12 UTC (rev 26879)
@@ -201,7 +201,7 @@
                }
        }
        
-       private class MySendableRequestItem implements SendableRequestItem {
+       private static class MySendableRequestItem implements 
SendableRequestItem {
                final int x;
                MySendableRequestItem(int x) {
                        this.x = x;

Modified: trunk/freenet/src/freenet/node/BandwidthUsageHistory.java
===================================================================
--- trunk/freenet/src/freenet/node/BandwidthUsageHistory.java   2009-04-16 
04:43:48 UTC (rev 26878)
+++ trunk/freenet/src/freenet/node/BandwidthUsageHistory.java   2009-04-16 
04:44:12 UTC (rev 26879)
@@ -14,7 +14,7 @@
  */
 public class BandwidthUsageHistory implements 
Iterable<BandwidthUsageHistory.BandwidthUsageSample> {
 
-       public class BandwidthUsageSample {
+       public static class BandwidthUsageSample {
                private float value;
                private long time;
 

_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to