GUAC-1435: GuacamoleTunnel is not concrete. Document usage of SimpleGuacamoleTunnel instead.
Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/commit/ebdd7fb1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/tree/ebdd7fb1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/diff/ebdd7fb1 Branch: refs/heads/master Commit: ebdd7fb11173300cfd93e85e707ff20c42837176 Parents: 92f0489 Author: Michael Jumper <[email protected]> Authored: Tue Dec 15 15:12:25 2015 -0800 Committer: Michael Jumper <[email protected]> Committed: Tue Dec 15 15:12:25 2015 -0800 ---------------------------------------------------------------------- src/chapters/guacamole-common.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/blob/ebdd7fb1/src/chapters/guacamole-common.xml ---------------------------------------------------------------------- diff --git a/src/chapters/guacamole-common.xml b/src/chapters/guacamole-common.xml index b9cad80..91e0c18 100644 --- a/src/chapters/guacamole-common.xml +++ b/src/chapters/guacamole-common.xml @@ -79,7 +79,7 @@ GuacamoleSocket socket; // Return a new tunnel which uses the connected socket - return new GuacamoleTunnel(socket); + return new SimpleGuacamoleTunnel(socket); }
