提交 c8c0737c 编写于 作者: J Juergen Hoeller

AbstractApplicationContext.getApplicationListeners() exposes all statically registered listeners

Issue: SPR-17324
上级 19f33479
......@@ -498,9 +498,7 @@ public abstract class AbstractApplicationContext extends DefaultResourceLoader
if (this.applicationEventMulticaster != null) {
this.applicationEventMulticaster.addApplicationListener(listener);
}
else {
this.applicationListeners.add(listener);
}
this.applicationListeners.add(listener);
}
/**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册