Fix @since for MockEventListener

This commit is contained in:
Johnny Lim 2018-04-03 14:56:48 +09:00 committed by Rob Winch
parent 26bc6be850
commit b91ebf7090

View File

@ -24,7 +24,7 @@ import java.util.List;
/**
* @author Rob Winch
* @since 5.0
* @since 5.0.2
*/
public class MockEventListener<T extends ApplicationEvent>
implements ApplicationListener<T> {