Author: nextgens
Date: 2008-04-25 15:05:10 +0000 (Fri, 25 Apr 2008)
New Revision: 19556
Modified:
trunk/freenet/src/freenet/client/FECCodec.java
Log:
remove an outdated comment
Modified: trunk/freenet/src/freenet/client/FECCodec.java
===================================================================
--- trunk/freenet/src/freenet/client/FECCodec.java 2008-04-25 14:44:31 UTC
(rev 19555)
+++ trunk/freenet/src/freenet/client/FECCodec.java 2008-04-25 15:05:10 UTC
(rev 19556)
@@ -393,8 +393,6 @@
* A private Thread started by {@link FECCodec}...
*
* @author Florent Daignière <nextgens at
freenetproject.org>
- *
- * TODO: maybe it ought to start more than one thread on SMP
system ? (take care, it's memory consumpsive)
*/
private static class FECRunner implements PrioRunnable {