GUACAMOLE-524: Correct JavaDoc references to previous iteration of API rework.

This commit is contained in:
Michael Jumper
2019-01-22 00:28:44 -08:00
parent 49cd4e5531
commit 9d74d9911e

View File

@@ -97,8 +97,7 @@ public class SimpleConnection extends AbstractConnection {
* be set before the SimpleConnection may be used. Parameter tokens within * be set before the SimpleConnection may be used. Parameter tokens within
* the GuacamoleConfiguration eventually supplied with * the GuacamoleConfiguration eventually supplied with
* {@link #setConfiguration(org.apache.guacamole.protocol.GuacamoleConfiguration)} * {@link #setConfiguration(org.apache.guacamole.protocol.GuacamoleConfiguration)}
* will not be interpreted unless explicitly requested with * will not be interpreted unless explicitly requested.
* {@link #setInterpretTokens(boolean)}.
* *
* @param interpretTokens * @param interpretTokens
* Whether parameter tokens in the underlying GuacamoleConfiguration * Whether parameter tokens in the underlying GuacamoleConfiguration
@@ -113,7 +112,7 @@ public class SimpleConnection extends AbstractConnection {
* Creates a new SimpleConnection having the given identifier and * Creates a new SimpleConnection having the given identifier and
* GuacamoleConfiguration. Parameter tokens within the * GuacamoleConfiguration. Parameter tokens within the
* GuacamoleConfiguration will not be interpreted unless explicitly * GuacamoleConfiguration will not be interpreted unless explicitly
* requested with {@link #setInterpretTokens(boolean)}. * requested.
* *
* @param name * @param name
* The name to associate with this connection. * The name to associate with this connection.
@@ -256,7 +255,7 @@ public class SimpleConnection extends AbstractConnection {
* *
* <p>Implementations requiring more complex behavior should consider using * <p>Implementations requiring more complex behavior should consider using
* the {@link AbstractConnection} base class or implementing * the {@link AbstractConnection} base class or implementing
* {@link Connection} directly. * {@link org.apache.guacamole.net.auth.Connection} directly.
*/ */
@Override @Override
public GuacamoleTunnel connect(GuacamoleClientInformation info, public GuacamoleTunnel connect(GuacamoleClientInformation info,