2007-01-20 Complication

* Drop overlooked comment
This commit is contained in:
complication
2007-01-21 03:49:41 +00:00
committed by zzz
parent 46ca42ddf8
commit 58f10d14b2
3 changed files with 6 additions and 4 deletions

View File

@ -62,7 +62,6 @@ public class ConfigNetHandler extends FormHandler {
}
}
/* Complication messing around: public void setReseed(String moo) { _reseedRequested = true; } */
public void setSave(String moo) { _saveRequested = true; }
public void setEnabletimesync(String moo) { _timeSyncEnabled = true; }
public void setRecheckReachability(String moo) { _recheckReachabilityRequested = true; }

View File

@ -1,4 +1,7 @@
$Id: history.txt,v 1.542 2007-01-20 19:35:11 zzz Exp $
$Id: history.txt,v 1.543 2007-01-20 22:35:49 complication Exp $
2007-01-20 Complication
* Drop overlooked comment
2007-01-20 Complication
* Modify ReseedHandler to query the "i2p.reseedURL" property from I2PAppContext

View File

@ -15,9 +15,9 @@ import net.i2p.CoreVersion;
*
*/
public class RouterVersion {
public final static String ID = "$Revision: 1.478 $ $Date: 2007-01-20 20:43:31 $";
public final static String ID = "$Revision: 1.479 $ $Date: 2007-01-20 22:35:50 $";
public final static String VERSION = "0.6.1.26";
public final static long BUILD = 12;
public final static long BUILD = 13;
public static void main(String args[]) {
System.out.println("I2P Router version: " + VERSION + "-" + BUILD);
System.out.println("Router ID: " + RouterVersion.ID);