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

@@ -16,7 +16,7 @@
package org.springframework.integration.test;
import org.springframework.integration.message.StringMessage;
import org.springframework.integration.core.StringMessage;
/**
* @author Mark Fisher