Author: toad
Date: 2009-04-03 14:56:56 +0000 (Fri, 03 Apr 2009)
New Revision: 26451

Modified:
   trunk/freenet/src/freenet/client/async/RequestCooldownQueue.java
Log:
Generics


Modified: trunk/freenet/src/freenet/client/async/RequestCooldownQueue.java
===================================================================
--- trunk/freenet/src/freenet/client/async/RequestCooldownQueue.java    
2009-04-03 14:56:39 UTC (rev 26450)
+++ trunk/freenet/src/freenet/client/async/RequestCooldownQueue.java    
2009-04-03 14:56:56 UTC (rev 26451)
@@ -127,7 +127,7 @@
         * @see freenet.client.async.CooldownQueue#removeKeyBefore(long)
         */
        public synchronized Object removeKeyBefore(long now, long 
dontCareAfterMillis, ObjectContainer container, int maxKeys) {
-               ArrayList v = new ArrayList();
+               ArrayList<Key> v = new ArrayList();
                boolean foundIT = false;
                if(logDEBUG) {
                        foundIT = bigLog();

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

Reply via email to