diff --git a/org.springframework.context/src/main/java/org/springframework/context/event/SmartApplicationListener.java b/org.springframework.context/src/main/java/org/springframework/context/event/SmartApplicationListener.java index f0fff2741ba..1dcd739e901 100644 --- a/org.springframework.context/src/main/java/org/springframework/context/event/SmartApplicationListener.java +++ b/org.springframework.context/src/main/java/org/springframework/context/event/SmartApplicationListener.java @@ -27,7 +27,7 @@ import org.springframework.core.Ordered; * @author Juergen Hoeller * @since 3.0 */ -public interface SmartApplicationListener extends ApplicationListener, Ordered { +public interface SmartApplicationListener extends ApplicationListener, Ordered { /** * Determine whether this listener actually supports the given event type.