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

@@ -50,7 +50,7 @@ import org.springframework.http.server.ServletServerHttpResponse;
import org.springframework.integration.Message;
import org.springframework.integration.MessageHeaders;
import org.springframework.integration.MessagingException;
import org.springframework.integration.core.OrderlyShutdownCapable;
import org.springframework.integration.context.OrderlyShutdownCapable;
import org.springframework.integration.gateway.MessagingGatewaySupport;
import org.springframework.integration.http.converter.MultipartAwareFormHttpMessageConverter;
import org.springframework.integration.http.converter.SerializingHttpMessageConverter;