r26597 - trunk/freenet/src/freenet/support

[email protected]
Newsgroups gmane.network.freenet.cvs
Message-ID <[email protected]>
Author: j16sdiz
Date: 2009-04-07 08:01:07 +0000 (Tue, 07 Apr 2009)
New Revision: 26597

Modified:
   trunk/freenet/src/freenet/support/TimeSortedHashtable.java
Log:
doh!

Modified: trunk/freenet/src/freenet/support/TimeSortedHashtable.java
===================================================================
--- trunk/freenet/src/freenet/support/TimeSortedHashtable.java	2009-04-07 07:59:26 UTC (rev 26596)
+++ trunk/freenet/src/freenet/support/TimeSortedHashtable.java	2009-04-07 08:01:07 UTC (rev 26597)
@@ -95,7 +95,7 @@
      * @return value count
      */
 	public synchronized int countValuesAfter(long t) {
-    	Set<Comparable> s = elements.tailSet(new Element<T>(t, null));
+    	Set<Element<T>> s = elements.tailSet(new Element<T>(t, null));
     	
     	return s.size();
 	}
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.