Skip to content

Commit

Permalink
ATS-21 no need to overwrite destroyInternal()
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Müller authored and Matthias Müller committed Feb 12, 2020
1 parent 9e4af5f commit 7a174db
Showing 1 changed file with 0 additions and 6 deletions.
Expand Up @@ -17,7 +17,6 @@

import java.io.IOException;

import org.apache.catalina.LifecycleException;
import org.apache.catalina.Session;
import org.apache.catalina.session.PersistentManagerBase;
import org.apache.juli.logging.Log;
Expand All @@ -29,11 +28,6 @@ public class HazelcastPersistentManager extends PersistentManagerBase {
private static final Log log = LogFactory.getLog(HazelcastPersistentManager.class);
private String name;

protected void destroyInternal() throws LifecycleException {
super.destroyInternal();
getStore().destroy();
}

@Override
public void processExpires() {
// nothing to do here, we use a EntryEvictedListener!
Expand Down

0 comments on commit 7a174db

Please sign in to comment.