GUACAMOLE-221: Remove documentation that is no longer applicable as of commit 1210d5624c.

The getGuacamoleConfiguration() function *used* to perform token
substitution. Since the deprecation of the StandardTokens class, this
is no longer the case.
This commit is contained in:
Michael Jumper
2020-11-25 11:35:46 -08:00
parent 483c01a6ac
commit d1de61da6c

View File

@@ -206,9 +206,7 @@ public abstract class AbstractGuacamoleTunnelService implements GuacamoleTunnelS
* will be joined rather than establishing an entirely new connection. If * will be joined rather than establishing an entirely new connection. If
* a sharing profile is provided, the parameters associated with that * a sharing profile is provided, the parameters associated with that
* sharing profile will be used to define the access provided to the user * sharing profile will be used to define the access provided to the user
* accessing the shared connection. If tokens are used in the connection * accessing the shared connection.
* parameter values of the sharing profile, credentials from the given user
* will be substituted appropriately.
* *
* @param connection * @param connection
* The connection that the user is connecting to. * The connection that the user is connecting to.