Referencing example in GuacamoleTunnelServlet.

This commit is contained in:
Michael Jumper
2011-11-26 18:33:47 -08:00
parent e8f83c19cc
commit 01cd2cb846

View File

@@ -317,3 +317,11 @@ public abstract class GuacamoleTunnelServlet extends HttpServlet {
} }
/**
* \example ExampleTunnelServlet.java
*
* A basic example demonstrating extending GuacamoleTunnelServlet and
* implementing doConnect() to configure the Guacamole connection as
* desired.
*/