Polish Javadoc & TODOs in ApplicationListenerMethodAdapter
Issue: SPR-12738
This commit is contained in:
@@ -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