INT-1129 moved SubscribableChannel from 'channel' to 'core'

This commit is contained in:
Mark Fisher
2010-07-28 14:51:18 +00:00
parent 4283315c08
commit 0b751cc18a
15 changed files with 15 additions and 15 deletions

View File

@@ -24,8 +24,8 @@ import org.springframework.beans.DirectFieldAccessor;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.ApplicationContext;
import org.springframework.context.ApplicationEvent;
import org.springframework.integration.channel.SubscribableChannel;
import org.springframework.integration.core.Message;
import org.springframework.integration.core.SubscribableChannel;
import org.springframework.integration.event.ApplicationEventInboundChannelAdapter;
import org.springframework.integration.message.MessageHandler;
import org.springframework.test.context.ContextConfiguration;