Moved router handler adapter

This commit is contained in:
Mark Fisher
2007-12-16 18:46:24 +00:00
parent 15204d4f01
commit ccb4794e93

View File

@@ -45,7 +45,7 @@ import org.springframework.integration.handler.annotation.AnnotationHandlerCreat
import org.springframework.integration.handler.annotation.DefaultAnnotationHandlerCreator;
import org.springframework.integration.handler.annotation.Handler;
import org.springframework.integration.handler.annotation.Router;
import org.springframework.integration.router.RouterAnnotationHandlerCreator;
import org.springframework.integration.handler.annotation.RouterAnnotationHandlerCreator;
import org.springframework.util.Assert;
import org.springframework.util.ReflectionUtils;
import org.springframework.util.StringUtils;