Fixups after props from:

i2p.i2p.zzz.pcap
	i2p.i2p.zzz.test
	i2p.i2p.zzz.test2
	i2p.i2p.zzz.update
Javadoc fixes
Checklist tweak
-1
This commit is contained in:
zzz
2012-10-28 13:08:02 +00:00
parent 5e48331eae
commit 4baf3b6913
10 changed files with 48 additions and 27 deletions

View File

@@ -18,7 +18,7 @@ public class RouterVersion {
/** deprecated */
public final static String ID = "Monotone";
public final static String VERSION = CoreVersion.VERSION;
public final static long BUILD = 0;
public final static long BUILD = 1;
/** for example "-test" */
public final static String EXTRA = "";

View File

@@ -94,7 +94,6 @@ public class RouterAppManager implements ClientAppManager {
* Only required for apps used by other apps.
*
* @param app non-null
* @param name non-null
* @return true if successful, false if duplicate name
*/
public boolean register(ClientApp app) {
@@ -109,7 +108,6 @@ public class RouterAppManager implements ClientAppManager {
* Only required for apps used by other apps.
*
* @param app non-null
* @param name non-null
*/
public void unregister(ClientApp app) {
_registered.remove(app.getName(), app);
@@ -121,7 +119,6 @@ public class RouterAppManager implements ClientAppManager {
* Do not hold a static reference.
* If you only need to find a port, use the PortMapper instead.
*
* @param app non-null
* @param name non-null
* @return client app or null
*/