This commit is contained in:
Redkale
2019-03-16 12:58:54 +08:00
parent 0aa4d6c967
commit 8c739ce54d

View File

@@ -887,7 +887,7 @@ public final class Application {
return null;
}
private void shutdown() throws Exception {
public void shutdown() throws Exception {
for (ApplicationListener listener : this.listeners) {
try {
listener.preShutdown(this);