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

This commit is contained in:
Mark Fisher
2010-07-28 14:47:55 +00:00
parent b3b4f58ec8
commit 4283315c08
93 changed files with 92 additions and 93 deletions

View File

@@ -30,9 +30,9 @@ import org.springframework.context.event.ContextRefreshedEvent;
import org.springframework.context.event.ContextStartedEvent;
import org.springframework.context.event.ContextStoppedEvent;
import org.springframework.context.support.ClassPathXmlApplicationContext;
import org.springframework.integration.channel.PollableChannel;
import org.springframework.integration.channel.QueueChannel;
import org.springframework.integration.core.Message;
import org.springframework.integration.core.PollableChannel;
/**
* @author Mark Fisher