forked from I2P_Developers/i2p.i2p
javadoc fixes after review
This commit is contained in:
@@ -149,7 +149,7 @@ public interface TunnelManagerFacade extends Service {
|
||||
|
||||
/**
|
||||
* Add another destination to the same tunnels.
|
||||
* Must have same encryption key an a different signing key.
|
||||
* Must have same encryption key and a different signing key.
|
||||
* @throws IllegalArgumentException if not
|
||||
* @return success
|
||||
* @since 0.9.21
|
||||
|
@@ -53,7 +53,7 @@ import net.i2p.util.SimpleTimer;
|
||||
/**
|
||||
* Bridge the router and the client - managing state for a client.
|
||||
*
|
||||
* As of release 0.9.19, multiple sessions are supported on a single
|
||||
* As of release 0.9.21, multiple sessions are supported on a single
|
||||
* I2CP connection. These sessions share tunnels and some configuration.
|
||||
*
|
||||
* @author jrandom
|
||||
|
Reference in New Issue
Block a user