javadoc fixes after review

This commit is contained in:
zzz
2015-06-13 15:14:21 +00:00
parent 09f68e44ca
commit 2b9ffc1270
4 changed files with 5 additions and 15 deletions

View File

@@ -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

View File

@@ -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