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

@@ -17,7 +17,7 @@
package org.springframework.integration.jms;
import org.springframework.beans.factory.DisposableBean;
import org.springframework.integration.core.OrderlyShutdownCapable;
import org.springframework.integration.context.OrderlyShutdownCapable;
import org.springframework.integration.endpoint.AbstractEndpoint;
import org.springframework.jms.listener.AbstractMessageListenerContainer;
import org.springframework.util.Assert;