Ticket #362: Removed pointless super() call.

This commit is contained in:
James Muehlner
2013-09-19 21:10:26 -07:00
parent 1c36eab1c7
commit 873fd57e25

View File

@@ -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 {