Author: j16sdiz
Date: 2009-02-13 15:27:51 +0000 (Fri, 13 Feb 2009)
New Revision: 25625

Modified:
   trunk/freenet/src/freenet/node/NodeCryptoConfig.java
Log:
unused variable isOpennet in NodeCryptoConfig

Modified: trunk/freenet/src/freenet/node/NodeCryptoConfig.java
===================================================================
--- trunk/freenet/src/freenet/node/NodeCryptoConfig.java        2009-02-13 
15:09:05 UTC (rev 25624)
+++ trunk/freenet/src/freenet/node/NodeCryptoConfig.java        2009-02-13 
15:27:51 UTC (rev 25625)
@@ -24,9 +24,6 @@
  * @author toad
  */
 public class NodeCryptoConfig {
-
-       private final boolean isOpennet;
-       
        /** Port number. -1 = choose a random available port number at 
activation time. */
        private int portNumber;
        
@@ -59,8 +56,6 @@
        private boolean paddDataPackets;
        
        NodeCryptoConfig(SubConfig config, int sortOrder, boolean isOpennet, 
SecurityLevels securityLevels) throws NodeInitException {
-               this.isOpennet = isOpennet;
-               
                config.register("listenPort", -1 /* means random */, 
sortOrder++, true, true, "Node.port", "Node.portLong",     new IntCallback() {
                        @Override
                        public Integer get() {

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

Reply via email to