Author: xor
Date: 2008-11-11 22:18:30 +0000 (Tue, 11 Nov 2008)
New Revision: 23495

Modified:
   trunk/plugins/WoT/IdentityFetcher.java
Log:
Just move stuff around.

Modified: trunk/plugins/WoT/IdentityFetcher.java
===================================================================
--- trunk/plugins/WoT/IdentityFetcher.java      2008-11-11 21:46:27 UTC (rev 
23494)
+++ trunk/plugins/WoT/IdentityFetcher.java      2008-11-11 22:18:30 UTC (rev 
23495)
@@ -42,8 +42,8 @@
        private final HighLevelSimpleClient client;
 
        /** All current requests */
-       private final HashSet<Identity> identities;
-       private final HashSet<ClientGetter> requests;
+       private final HashSet<Identity> identities = new 
HashSet<Identity>(128); /* TODO: profile & tweak */
+       private final HashSet<ClientGetter> requests = new 
HashSet<ClientGetter>(128); /* TODO: profile & tweak */
        
        
        /**
@@ -56,8 +56,6 @@
 
                this.db = db;
                this.client = client;
-               identities = new HashSet<Identity>(128); /* TODO: profile & 
tweak */
-               requests = new HashSet<ClientGetter>(128); /* TODO: profile & 
tweak */
        }
        
        /**

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

Reply via email to