INT-2730 Move OrderlyShutDownAware Interface

Move from core to context.
This commit is contained in:
Gary Russell
2012-08-31 14:24:52 -04:00
committed by Mark Fisher
parent ffe4a449ac
commit 273bba370b
9 changed files with 10 additions and 10 deletions

View File

@@ -35,7 +35,7 @@ import org.springframework.context.support.GenericXmlApplicationContext;
import org.springframework.integration.Message;
import org.springframework.integration.MessageChannel;
import org.springframework.integration.context.IntegrationObjectSupport;
import org.springframework.integration.core.OrderlyShutdownCapable;
import org.springframework.integration.context.OrderlyShutdownCapable;
import org.springframework.integration.endpoint.AbstractEndpoint;
import org.springframework.integration.endpoint.SourcePollingChannelAdapter;
import org.springframework.jmx.export.annotation.ManagedResource;