Issue #6752 - Extensible DefaultSessionCache map implementation

More changes requested from review

Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
This commit is contained in:
Joakim Erdfelt 2021-09-14 21:00:04 -05:00
parent 8991b7f452
commit a223815cbf
No known key found for this signature in database
GPG Key ID: 2D0E1FB8FE4B68B4
1 changed files with 0 additions and 7 deletions

View File

@ -195,11 +195,4 @@ public class DefaultSessionCache extends AbstractSessionCache
{
return _sessions.replace(id, oldValue, newValue);
}
@Override
protected void doStart() throws Exception
{
Objects.requireNonNull(_sessions, "Session Map may not be null");
super.doStart();
}
}