mirror of
https://github.com/i2p/i2p.i2p.git
synced 2024-12-06 19:27:00 +01:00
more @since updates
This commit is contained in:
@@ -152,13 +152,13 @@ public interface TunnelManagerFacade extends Service {
|
||||
* Must have same encryption key an a different signing key.
|
||||
* @throws IllegalArgumentException if not
|
||||
* @return success
|
||||
* @since 0.9.19
|
||||
* @since 0.9.21
|
||||
*/
|
||||
public boolean addAlias(Destination dest, ClientTunnelSettings settings, Destination existingClient);
|
||||
|
||||
/**
|
||||
* Remove another destination to the same tunnels.
|
||||
* @since 0.9.19
|
||||
* @since 0.9.21
|
||||
*/
|
||||
public void removeAlias(Destination dest);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user