mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Polish Javadoc & TODOs in ApplicationListenerMethodAdapter
Issue: SPR-12738
This commit is contained in:
+1
-1
@@ -335,7 +335,7 @@ public class ApplicationListenerMethodAdapterTests extends AbstractApplicationEv
|
||||
}
|
||||
}
|
||||
|
||||
@SuppressWarnings({"unused", "serial"})
|
||||
@SuppressWarnings({ "serial" })
|
||||
static class PayloadStringTestEvent extends PayloadTestEvent<Long, String> {
|
||||
public PayloadStringTestEvent(Object source, String payload, Long something) {
|
||||
super(source, payload, something);
|
||||
|
||||
Reference in New Issue
Block a user