forked from I2P_Developers/i2p.i2p
javadoc cleanup to remove those damn warnings
This commit is contained in:
@@ -252,7 +252,7 @@ public class I2PTunnel implements Logging, EventDispatcher {
|
||||
|
||||
/**
|
||||
* Run the server pointing at the host and port specified using the private i2p
|
||||
* destination loaded from the specified file
|
||||
* destination loaded from the specified file. <p />
|
||||
*
|
||||
* Sets the event "serverTaskId" = Integer(taskId) after the tunnel has been started (or -1 on error)
|
||||
* Also sets the event "openServerResult" = "ok" or "error" (displaying "Ready!" on the logger after
|
||||
@@ -307,7 +307,7 @@ public class I2PTunnel implements Logging, EventDispatcher {
|
||||
|
||||
/**
|
||||
* Run the server pointing at the host and port specified using the private i2p
|
||||
* destination loaded from the given base64 stream
|
||||
* destination loaded from the given base64 stream. <p />
|
||||
*
|
||||
* Sets the event "serverTaskId" = Integer(taskId) after the tunnel has been started (or -1 on error)
|
||||
* Also sets the event "openServerResult" = "ok" or "error" (displaying "Ready!" on the logger after
|
||||
@@ -353,7 +353,7 @@ public class I2PTunnel implements Logging, EventDispatcher {
|
||||
|
||||
/**
|
||||
* Run the client on the given port number pointing at the specified destination
|
||||
* (either the base64 of the destination or file:fileNameContainingDestination)
|
||||
* (either the base64 of the destination or file:fileNameContainingDestination).
|
||||
*
|
||||
* Sets the event "clientTaskId" = Integer(taskId) after the tunnel has been started (or -1 on error)
|
||||
* Also sets the event "openClientResult" = "error" or "ok" (before setting the value to "ok" it also
|
||||
|
@@ -62,8 +62,9 @@ public class I2PTunnelRunner extends Thread {
|
||||
public boolean isFinished() { return finished; }
|
||||
|
||||
/**
|
||||
* When was the last data for this runner sent or received? (-1 if no data
|
||||
* has been transferred yet)
|
||||
* When was the last data for this runner sent or received?
|
||||
*
|
||||
* @return date (ms since the epoch), or -1 if no data has been transferred yet
|
||||
*
|
||||
*/
|
||||
public long getLastActivityOn() { return lastActivityOn; }
|
||||
|
Reference in New Issue
Block a user