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

@@ -35,7 +35,7 @@ import org.springframework.integration.channel.QueueChannel;
import org.springframework.integration.context.BeanFactoryChannelResolver;
import org.springframework.integration.core.ChannelResolver;
import org.springframework.integration.core.MessageChannel;
import org.springframework.integration.message.StringMessage;
import org.springframework.integration.core.StringMessage;
/**
* Sends and receives a simple message through to the Udp channel adapters.

View File

@@ -33,7 +33,7 @@ import org.springframework.integration.channel.QueueChannel;
import org.springframework.integration.context.BeanFactoryChannelResolver;
import org.springframework.integration.core.ChannelResolver;
import org.springframework.integration.core.MessageChannel;
import org.springframework.integration.message.StringMessage;
import org.springframework.integration.core.StringMessage;
/**
* Sends and receives a simple message through to the Udp channel adapters.