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