Fix history.txt UTF-8 breakage
Javadoc fixes after review
This commit is contained in:
zzz
2014-11-01 18:50:26 +00:00
parent ad2052395f
commit 634bf5f7e3
7 changed files with 16 additions and 14 deletions

View File

@@ -18,10 +18,10 @@ public class RouterVersion {
/** deprecated */
public final static String ID = "Monotone";
public final static String VERSION = CoreVersion.VERSION;
public final static long BUILD = 19;
public final static long BUILD = 0;
/** for example "-test" */
public final static String EXTRA = "-rc";
public final static String EXTRA = "";
public final static String FULL_VERSION = VERSION + "-" + BUILD + EXTRA;
public static void main(String args[]) {
System.out.println("I2P Router version: " + FULL_VERSION);

View File

@@ -221,7 +221,7 @@ class OutboundEstablishState {
return _sentX;
}
/**x
/**
* The remote side (Bob) - note that in some places he's called Charlie.
* Warning - may change after introduction. May be null before introduction.
*/