INT-1129 moved MethodInvokingMessageSource from 'message' to 'endpoint' package

This commit is contained in:
Mark Fisher
2010-07-28 15:18:39 +00:00
parent c69c29d2e1
commit d11741fbab
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.integration.message;
package org.springframework.integration.endpoint;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;

View File

@@ -23,7 +23,7 @@ import org.junit.Test;
import org.springframework.integration.Message;
import org.springframework.integration.MessagingException;
import org.springframework.integration.message.MethodInvokingMessageSource;
import org.springframework.integration.endpoint.MethodInvokingMessageSource;
/**
* @author Mark Fisher