mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUAC-1132: Fix typo - it's a tunnel service now.
This commit is contained in:
@@ -88,7 +88,7 @@ public class ConnectionService extends GroupedDirectoryObjectService<ModeledConn
|
|||||||
private Provider<ModeledConnection> connectionProvider;
|
private Provider<ModeledConnection> connectionProvider;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Service for creating and tracking sockets.
|
* Service for creating and tracking tunnels.
|
||||||
*/
|
*/
|
||||||
@Inject
|
@Inject
|
||||||
private GuacamoleTunnelService tunnelService;
|
private GuacamoleTunnelService tunnelService;
|
||||||
|
@@ -51,7 +51,7 @@ public class ModeledConnection extends GroupedDirectoryObject<ConnectionModel>
|
|||||||
private ConnectionService connectionService;
|
private ConnectionService connectionService;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Service for creating and tracking sockets.
|
* Service for creating and tracking tunnels.
|
||||||
*/
|
*/
|
||||||
@Inject
|
@Inject
|
||||||
private GuacamoleTunnelService tunnelService;
|
private GuacamoleTunnelService tunnelService;
|
||||||
|
@@ -71,7 +71,7 @@ public class ConnectionGroupService extends GroupedDirectoryObjectService<Modele
|
|||||||
private Provider<ModeledConnectionGroup> connectionGroupProvider;
|
private Provider<ModeledConnectionGroup> connectionGroupProvider;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Service for creating and tracking sockets.
|
* Service for creating and tracking tunnels.
|
||||||
*/
|
*/
|
||||||
@Inject
|
@Inject
|
||||||
private GuacamoleTunnelService tunnelService;
|
private GuacamoleTunnelService tunnelService;
|
||||||
|
@@ -54,7 +54,7 @@ public class ModeledConnectionGroup extends GroupedDirectoryObject<ConnectionGro
|
|||||||
private ConnectionGroupService connectionGroupService;
|
private ConnectionGroupService connectionGroupService;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Service for creating and tracking sockets.
|
* Service for creating and tracking tunnels.
|
||||||
*/
|
*/
|
||||||
@Inject
|
@Inject
|
||||||
private GuacamoleTunnelService tunnelService;
|
private GuacamoleTunnelService tunnelService;
|
||||||
|
@@ -49,7 +49,7 @@ public class UserContext extends RestrictedObject
|
|||||||
implements org.glyptodon.guacamole.net.auth.UserContext {
|
implements org.glyptodon.guacamole.net.auth.UserContext {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Service for creating and tracking sockets.
|
* Service for creating and tracking tunnels.
|
||||||
*/
|
*/
|
||||||
@Inject
|
@Inject
|
||||||
private GuacamoleTunnelService tunnelService;
|
private GuacamoleTunnelService tunnelService;
|
||||||
|
Reference in New Issue
Block a user