Moved classes from 'consumer' package to 'handler'.

This commit is contained in:
Mark Fisher
2008-11-03 15:06:45 +00:00
parent 96fbfa221b
commit ef1b7fe54b
30 changed files with 42 additions and 42 deletions

View File

@@ -19,8 +19,8 @@ package org.springframework.integration.event;
import org.springframework.context.ApplicationEvent;
import org.springframework.context.ApplicationEventPublisher;
import org.springframework.context.ApplicationEventPublisherAware;
import org.springframework.integration.consumer.AbstractMessageHandler;
import org.springframework.integration.core.Message;
import org.springframework.integration.handler.AbstractMessageHandler;
import org.springframework.util.Assert;
/**