INT-1129 renamed 'message' package to 'mapping' since that is all that remains there

This commit is contained in:
Mark Fisher
2010-07-28 15:25:33 +00:00
parent 3f00c75740
commit 6257853512
41 changed files with 49 additions and 49 deletions

View File

@@ -28,7 +28,7 @@ import org.springframework.integration.core.MessageBuilder;
import org.springframework.integration.core.MessageHandler;
import org.springframework.integration.core.StringMessage;
import org.springframework.integration.core.SubscribableChannel;
import org.springframework.integration.message.InboundMessageMapper;
import org.springframework.integration.mapping.InboundMessageMapper;
import org.springframework.test.context.ContextConfiguration;
import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;