Author: nextgens
Date: 2007-10-29 13:12:30 +0000 (Mon, 29 Oct 2007)
New Revision: 15643
Modified:
trunk/freenet/src/freenet/node/FNPPacketMangler.java
Log:
Remove a useless comment
Modified: trunk/freenet/src/freenet/node/FNPPacketMangler.java
===================================================================
--- trunk/freenet/src/freenet/node/FNPPacketMangler.java 2007-10-29
11:54:14 UTC (rev 15642)
+++ trunk/freenet/src/freenet/node/FNPPacketMangler.java 2007-10-29
13:12:30 UTC (rev 15643)
@@ -2520,9 +2520,6 @@
* Change the DH Exponents on a regular basis but at most once every
30sec
*
* @return {@link DiffieHellmanLightContext}
- *
- * FIXME: is it acceptable that some elements will stay around for a
*long* time ?
- * They will eventually be replaced but noone know when.
*/
private DiffieHellmanLightContext getLightDiffieHellmanContext() {
final long now = System.currentTimeMillis();