GUAC-1132: Fix typo - it's a tunnel service now.

This commit is contained in:
Michael Jumper
2015-03-17 16:41:13 -07:00
parent dea4ac3cf1
commit c4eea21dee
5 changed files with 5 additions and 5 deletions

View File

@@ -88,7 +88,7 @@ public class ConnectionService extends GroupedDirectoryObjectService<ModeledConn
private Provider<ModeledConnection> connectionProvider;
/**
* Service for creating and tracking sockets.
* Service for creating and tracking tunnels.
*/
@Inject
private GuacamoleTunnelService tunnelService;

View File

@@ -51,7 +51,7 @@ public class ModeledConnection extends GroupedDirectoryObject<ConnectionModel>
private ConnectionService connectionService;
/**
* Service for creating and tracking sockets.
* Service for creating and tracking tunnels.
*/
@Inject
private GuacamoleTunnelService tunnelService;

View File

@@ -71,7 +71,7 @@ public class ConnectionGroupService extends GroupedDirectoryObjectService<Modele
private Provider<ModeledConnectionGroup> connectionGroupProvider;
/**
* Service for creating and tracking sockets.
* Service for creating and tracking tunnels.
*/
@Inject
private GuacamoleTunnelService tunnelService;

View File

@@ -54,7 +54,7 @@ public class ModeledConnectionGroup extends GroupedDirectoryObject<ConnectionGro
private ConnectionGroupService connectionGroupService;
/**
* Service for creating and tracking sockets.
* Service for creating and tracking tunnels.
*/
@Inject
private GuacamoleTunnelService tunnelService;

View File

@@ -49,7 +49,7 @@ public class UserContext extends RestrictedObject
implements org.glyptodon.guacamole.net.auth.UserContext {
/**
* Service for creating and tracking sockets.
* Service for creating and tracking tunnels.
*/
@Inject
private GuacamoleTunnelService tunnelService;