From e78c6fc31716489ff46ea43b9a2358f06bf4fba8 Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Mon, 11 May 2009 22:49:07 +0000 Subject: [PATCH] explicitly declared SmartApplicationListener as ApplicationListener --- .../springframework/context/event/SmartApplicationListener.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.