This commit is contained in:
@@ -887,7 +887,7 @@ public final class Application {
|
|||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
private void shutdown() throws Exception {
|
public void shutdown() throws Exception {
|
||||||
for (ApplicationListener listener : this.listeners) {
|
for (ApplicationListener listener : this.listeners) {
|
||||||
try {
|
try {
|
||||||
listener.preShutdown(this);
|
listener.preShutdown(this);
|
||||||
|
|||||||
Reference in New Issue
Block a user