From bd21113e9fe2fcf4c515a9ac6d94ee7b094e303f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 6 Dec 2018 09:06:02 +0100 Subject: [PATCH] Fix indent of WebServiceTemplate section Closes gh-15389 --- .../src/main/asciidoc/spring-boot-features.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc index 978c91b704..c962053498 100644 --- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc +++ b/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc @@ -7915,7 +7915,7 @@ following example: [[boot-features-webservices-template]] -== Calling Web Services with `WebServiceTemplate` +=== Calling Web Services with `WebServiceTemplate` If you need to call remote Web services from your application, you can use the {spring-webservices-reference}#client-web-service-template[`WebServiceTemplate`] class. Since `WebServiceTemplate` instances often need to be customized before being used, Spring