mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-12-16 07:20:11 +00:00
Add missing JavaDoc.
This commit is contained in:
@@ -57,6 +57,9 @@ import org.slf4j.LoggerFactory;
|
||||
*/
|
||||
public abstract class GuacamoleHTTPTunnelServlet extends HttpServlet {
|
||||
|
||||
/**
|
||||
* Logger for this class.
|
||||
*/
|
||||
private Logger logger = LoggerFactory.getLogger(GuacamoleHTTPTunnelServlet.class);
|
||||
|
||||
/**
|
||||
|
||||
@@ -53,8 +53,14 @@ import org.slf4j.LoggerFactory;
|
||||
*/
|
||||
public class GuacamoleSession {
|
||||
|
||||
/**
|
||||
* Logger for this class.
|
||||
*/
|
||||
private Logger logger = LoggerFactory.getLogger(GuacamoleSession.class);
|
||||
|
||||
/**
|
||||
* Map of all currently attached tunnels, indexed by tunnel UUID.
|
||||
*/
|
||||
private ConcurrentMap<String, GuacamoleTunnel> tunnels;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user