Skip to content

Commit

Permalink
Issue #6752 - Extensible DefaultSessionCache map implementation
Browse files Browse the repository at this point in the history
More changes requested from review

Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
  • Loading branch information
joakime committed Sep 15, 2021
1 parent 8991b7f commit a223815
Showing 1 changed file with 0 additions and 7 deletions.
Expand Up @@ -195,11 +195,4 @@ public boolean doReplace(String id, Session oldValue, Session newValue)
{
return _sessions.replace(id, oldValue, newValue);
}

@Override
protected void doStart() throws Exception
{
Objects.requireNonNull(_sessions, "Session Map may not be null");
super.doStart();
}
}

0 comments on commit a223815

Please sign in to comment.