mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
GUACAMOLE-524: Correct JavaDoc references to previous iteration of API rework.
This commit is contained in:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user