Author: toad
Date: 2008-02-29 17:59:15 +0000 (Fri, 29 Feb 2008)
New Revision: 18255
Modified:
trunk/freenet/src/freenet/node/NodeCrypto.java
Log:
Remove obsolete comment
Modified: trunk/freenet/src/freenet/node/NodeCrypto.java
===================================================================
--- trunk/freenet/src/freenet/node/NodeCrypto.java 2008-02-29 17:58:58 UTC
(rev 18254)
+++ trunk/freenet/src/freenet/node/NodeCrypto.java 2008-02-29 17:59:15 UTC
(rev 18255)
@@ -300,7 +300,7 @@
fs.put("testnetPort", node.testnetHandler.getPort());
// Useful, saves a lot of complexity
}
if((!isOpennet) && (!forSetup))
- fs.putSingle("myName", node.getMyName()); // FIXME see
#942
+ fs.putSingle("myName", node.getMyName());
if(!forAnonInitiator) {
// Anonymous initiator setup type specifies whether the
node is opennet or not.