Merge branch '5.1.x'

This commit is contained in:
Juergen Hoeller
2019-06-11 23:16:03 +02:00
29 changed files with 98 additions and 70 deletions

View File

@@ -166,7 +166,7 @@ public class SimpleApplicationEventMulticaster extends AbstractApplicationEventM
}
}
@SuppressWarnings({"unchecked", "rawtypes"})
@SuppressWarnings({"rawtypes", "unchecked"})
private void doInvokeListener(ApplicationListener listener, ApplicationEvent event) {
try {
listener.onApplicationEvent(event);