INT-1129 moved MessageSource interface to 'core' package

This commit is contained in:
Mark Fisher
2010-07-28 15:16:15 +00:00
parent 81a91380a9
commit c69c29d2e1
19 changed files with 20 additions and 18 deletions

View File

@@ -23,7 +23,7 @@ import org.springframework.integration.Message;
import org.springframework.integration.MessagingException;
import org.springframework.integration.aggregator.ResequencingMessageGroupProcessor;
import org.springframework.integration.core.MessageBuilder;
import org.springframework.integration.message.MessageSource;
import org.springframework.integration.core.MessageSource;
import org.springframework.util.Assert;
import java.io.File;