more @since updates

This commit is contained in:
zzz
2015-06-10 19:24:20 +00:00
parent 8962bfb6bc
commit 013b5fd85b

View File

@@ -152,13 +152,13 @@ public interface TunnelManagerFacade extends Service {
* Must have same encryption key an a different signing key. * Must have same encryption key an a different signing key.
* @throws IllegalArgumentException if not * @throws IllegalArgumentException if not
* @return success * @return success
* @since 0.9.19 * @since 0.9.21
*/ */
public boolean addAlias(Destination dest, ClientTunnelSettings settings, Destination existingClient); public boolean addAlias(Destination dest, ClientTunnelSettings settings, Destination existingClient);
/** /**
* Remove another destination to the same tunnels. * Remove another destination to the same tunnels.
* @since 0.9.19 * @since 0.9.21
*/ */
public void removeAlias(Destination dest); public void removeAlias(Destination dest);