mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 05:31:22 +00:00
Ticket #263: Changed name to activeConnectionMap.
This commit is contained in:
@@ -81,7 +81,7 @@ public class MySQLAuthenticationProvider implements AuthenticationProvider {
|
|||||||
/**
|
/**
|
||||||
* Set of all active connections.
|
* Set of all active connections.
|
||||||
*/
|
*/
|
||||||
private ActiveConnectionMap activeConnectionSet = new ActiveConnectionMap();
|
private ActiveConnectionMap activeConnectionMap = new ActiveConnectionMap();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Injector which will manage the object graph of this authentication
|
* Injector which will manage the object graph of this authentication
|
||||||
@@ -175,7 +175,7 @@ public class MySQLAuthenticationProvider implements AuthenticationProvider {
|
|||||||
bind(ConnectionService.class);
|
bind(ConnectionService.class);
|
||||||
bind(ConnectionGroupService.class);
|
bind(ConnectionGroupService.class);
|
||||||
bind(UserService.class);
|
bind(UserService.class);
|
||||||
bind(ActiveConnectionMap.class).toInstance(activeConnectionSet);
|
bind(ActiveConnectionMap.class).toInstance(activeConnectionMap);
|
||||||
|
|
||||||
}
|
}
|
||||||
} // end of mybatis module
|
} // end of mybatis module
|
||||||
|
Reference in New Issue
Block a user