From 9d74d9911e06ebd5f92fba16936cf3a0ac57a190 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Tue, 22 Jan 2019 00:28:44 -0800 Subject: [PATCH] GUACAMOLE-524: Correct JavaDoc references to previous iteration of API rework. --- .../apache/guacamole/net/auth/simple/SimpleConnection.java | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/guacamole-ext/src/main/java/org/apache/guacamole/net/auth/simple/SimpleConnection.java b/guacamole-ext/src/main/java/org/apache/guacamole/net/auth/simple/SimpleConnection.java index de218b24d..bf62e8bf6 100644 --- a/guacamole-ext/src/main/java/org/apache/guacamole/net/auth/simple/SimpleConnection.java +++ b/guacamole-ext/src/main/java/org/apache/guacamole/net/auth/simple/SimpleConnection.java @@ -97,8 +97,7 @@ public class SimpleConnection extends AbstractConnection { * be set before the SimpleConnection may be used. Parameter tokens within * the GuacamoleConfiguration eventually supplied with * {@link #setConfiguration(org.apache.guacamole.protocol.GuacamoleConfiguration)} - * will not be interpreted unless explicitly requested with - * {@link #setInterpretTokens(boolean)}. + * will not be interpreted unless explicitly requested. * * @param interpretTokens * 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 * GuacamoleConfiguration. Parameter tokens within the * GuacamoleConfiguration will not be interpreted unless explicitly - * requested with {@link #setInterpretTokens(boolean)}. + * requested. * * @param name * The name to associate with this connection. @@ -256,7 +255,7 @@ public class SimpleConnection extends AbstractConnection { * *

Implementations requiring more complex behavior should consider using * the {@link AbstractConnection} base class or implementing - * {@link Connection} directly. + * {@link org.apache.guacamole.net.auth.Connection} directly. */ @Override public GuacamoleTunnel connect(GuacamoleClientInformation info,