mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-24 00:17:18 +00:00
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:
parent
8991b7f452
commit
a223815cbf
@ -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();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user