INT-2730 Move OrderlyShutDownAware Interface
Move from core to context.
This commit is contained in:
committed by
Mark Fisher
parent
ffe4a449ac
commit
273bba370b
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user