INT-1129 moved MessageSelector from 'selector' to 'core'

This commit is contained in:
Mark Fisher
2010-07-28 14:45:03 +00:00
parent 008cac18f5
commit b3b4f58ec8
32 changed files with 31 additions and 29 deletions

View File

@@ -23,7 +23,7 @@ import org.junit.Test;
import org.w3c.dom.Document;
import org.springframework.integration.core.GenericMessage;
import org.springframework.integration.selector.MessageSelector;
import org.springframework.integration.core.MessageSelector;
import org.springframework.integration.xml.util.XmlTestUtil;
/**