forked from I2P_Developers/i2p.i2p
Javadoc fixes to correct release number
Remove unused lock object Add irc.dg.i2p 0.9.11
This commit is contained in:
@@ -1210,7 +1210,7 @@ public class I2PTunnel extends EventDispatcherImpl implements Logging {
|
||||
*
|
||||
* @param args {username, password}
|
||||
* @param l logger to receive events and output
|
||||
* @since 0.9.10
|
||||
* @since 0.9.11
|
||||
*/
|
||||
private void runAuth(String args[], Logging l) {
|
||||
if (args.length == 2) {
|
||||
@@ -1673,7 +1673,7 @@ public class I2PTunnel extends EventDispatcherImpl implements Logging {
|
||||
* @param i2cpPort may be null
|
||||
* @param user may be null
|
||||
* @param pw may be null
|
||||
* @since 0.9.10
|
||||
* @since 0.9.11
|
||||
*/
|
||||
private static Destination destFromName(String name, String i2cpHost,
|
||||
String i2cpPort, boolean isSSL,
|
||||
|
@@ -55,7 +55,7 @@ public abstract class I2PTunnelClientBase extends I2PTunnelTask implements Runna
|
||||
private int localPort;
|
||||
|
||||
/**
|
||||
* Protected for I2Ping since 0.9.10. Not for use outside package.
|
||||
* Protected for I2Ping since 0.9.11. Not for use outside package.
|
||||
*/
|
||||
protected boolean listenerReady;
|
||||
|
||||
@@ -586,7 +586,7 @@ public abstract class I2PTunnelClientBase extends I2PTunnelTask implements Runna
|
||||
}
|
||||
|
||||
/**
|
||||
* Non-final since 0.9.10.
|
||||
* Non-final since 0.9.11.
|
||||
* Any overrides must set listenerReady = true.
|
||||
*/
|
||||
public void run() {
|
||||
|
@@ -197,7 +197,7 @@ public class I2Ping extends I2PTunnelClientBase {
|
||||
|
||||
/**
|
||||
* Does nothing.
|
||||
* @since 0.9.10
|
||||
* @since 0.9.11
|
||||
*/
|
||||
protected void clientConnectionRun(Socket s) {}
|
||||
|
||||
@@ -209,7 +209,7 @@ public class I2Ping extends I2PTunnelClientBase {
|
||||
private final boolean reportTimes;
|
||||
|
||||
/**
|
||||
* As of 0.9.10, does NOT start itself.
|
||||
* As of 0.9.11, does NOT start itself.
|
||||
* Caller must call start()
|
||||
* @param dest b64 or b32 or host name
|
||||
*/
|
||||
@@ -276,7 +276,7 @@ public class I2Ping extends I2PTunnelClientBase {
|
||||
|
||||
/**
|
||||
* @param name b64 or b32 or host name
|
||||
* @since 0.9.10
|
||||
* @since 0.9.11
|
||||
*/
|
||||
private Destination lookup(String name) {
|
||||
I2PAppContext ctx = I2PAppContext.getGlobalContext();
|
||||
|
Reference in New Issue
Block a user