INT-1129 moved StringMessage from 'message' to 'core' (we might remove it before 2.0...)

This commit is contained in:
Mark Fisher
2010-07-28 15:22:33 +00:00
parent d11741fbab
commit 3f00c75740
123 changed files with 189 additions and 189 deletions

View File

@@ -24,7 +24,7 @@ import java.io.UnsupportedEncodingException;
import org.springframework.integration.MessagingException;
import org.springframework.integration.core.MessageSource;
import org.springframework.integration.message.StringMessage;
import org.springframework.integration.core.StringMessage;
import org.springframework.util.Assert;
/**