fixed import in sample

This commit is contained in:
Mark Fisher
2010-07-28 15:43:56 +00:00
parent 8b16371b76
commit cd6b48f773

View File

@@ -25,9 +25,8 @@ import org.springframework.context.support.AbstractApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
import org.springframework.core.io.ClassPathResource;
import org.springframework.core.io.Resource;
import org.springframework.integration.core.GenericMessage;
import org.springframework.integration.core.MessageChannel;
import org.springframework.integration.message.GenericMessage;
/**
* This example demonstrates the processing of an order for books using
* several of the components provided by the Spring Integration Xml