INT-1046 removed broken import

This commit is contained in:
Oleg Zhurakousky
2010-03-26 21:32:51 +00:00
parent 5c8eeeafdc
commit f6d39c0fef
2 changed files with 2 additions and 2 deletions

View File

@@ -35,6 +35,7 @@ import org.springframework.beans.factory.xml.ParserContext;
* <em>interceptors</em> element.
*
* @author Mark Fisher
* @author Oleg Zhurakousky
*/
public class ChannelInterceptorParser {

View File

@@ -27,13 +27,11 @@ import java.util.concurrent.atomic.AtomicBoolean;
import java.util.concurrent.atomic.AtomicInteger;
import org.junit.Test;
import org.springframework.beans.DirectFieldAccessor;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
import org.springframework.integration.channel.AbstractMessageChannel;
import org.springframework.integration.channel.QueueChannel;
import org.springframework.integration.channel.interceptor.GlobalChannelInterceptorTests.SampleInterceptor;
import org.springframework.integration.core.Message;
import org.springframework.integration.core.MessageChannel;
import org.springframework.integration.message.MessageBuilder;
@@ -42,6 +40,7 @@ import org.springframework.util.StringUtils;
/**
* @author Mark Fisher
* @author Oleg Zhurakousky
*/
public class ChannelInterceptorTests {