Merge pull request #542 from ghillert/INT-1958

Previous merge should have referenced #552
This commit is contained in:
Gary Russell
2012-07-12 18:16:56 -04:00

View File

@@ -97,7 +97,7 @@ import org.springframework.web.util.UrlPathHelper;
* @author Gary Russell * @author Gary Russell
* @since 2.0 * @since 2.0
*/ */
abstract class HttpRequestHandlingEndpointSupport extends MessagingGatewaySupport public abstract class HttpRequestHandlingEndpointSupport extends MessagingGatewaySupport
implements OrderlyShutdownCapable { implements OrderlyShutdownCapable {
private static final boolean jaxb2Present = ClassUtils.isPresent("javax.xml.bind.Binder", private static final boolean jaxb2Present = ClassUtils.isPresent("javax.xml.bind.Binder",