mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +00:00
Ticket #362: Removed pointless super() call.
This commit is contained in:
@@ -61,9 +61,6 @@ public class BasicTokenUserContextMap implements TokenUserContextMap {
|
|||||||
*/
|
*/
|
||||||
public BasicTokenUserContextMap() {
|
public BasicTokenUserContextMap() {
|
||||||
|
|
||||||
// Set up the authToken => userContext hashmap
|
|
||||||
super();
|
|
||||||
|
|
||||||
// Set up the SESSION_TIMEOUT value, with a one hour default.
|
// Set up the SESSION_TIMEOUT value, with a one hour default.
|
||||||
long sessionTimeoutValue = 3600000l;
|
long sessionTimeoutValue = 3600000l;
|
||||||
try {
|
try {
|
||||||
|
Reference in New Issue
Block a user