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

@@ -26,7 +26,7 @@ import org.apache.commons.logging.LogFactory;
import org.springframework.integration.Message;
import org.springframework.integration.MessagingException;
import org.springframework.integration.core.MessageBuilder;
import org.springframework.integration.message.MessageSource;
import org.springframework.integration.core.MessageSource;
import org.springframework.util.Assert;
/**