From aa656c47b87b75f5bf28f864c28d8a220ac25fbc Mon Sep 17 00:00:00 2001 From: Pascal Schumacher Date: Fri, 27 Jul 2018 17:40:38 +0200 Subject: [PATCH] Fix typo in notes on future deprecation of the RestTemplate Issue: SPR-16993 Obvious Fix --- .../main/java/org/springframework/web/client/RestTemplate.java | 2 +- src/docs/asciidoc/integration.adoc | 2 +- src/docs/asciidoc/web/webmvc-client.adoc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/spring-web/src/main/java/org/springframework/web/client/RestTemplate.java b/spring-web/src/main/java/org/springframework/web/client/RestTemplate.java index b1df5af751..d43376dc7d 100644 --- a/spring-web/src/main/java/org/springframework/web/client/RestTemplate.java +++ b/spring-web/src/main/java/org/springframework/web/client/RestTemplate.java @@ -77,7 +77,7 @@ import org.springframework.web.util.UriTemplateHandler; * modern alternative to the {@code RestTemplate} with efficient support for * both sync and async, as well as streaming scenarios. The {@code RestTemplate} * will be deprecated in a future version and will not have major new features - * gong forward. + * added going forward. * * @author Arjen Poutsma * @author Brian Clozel diff --git a/src/docs/asciidoc/integration.adoc b/src/docs/asciidoc/integration.adoc index c13a7b8683..877fd7362e 100644 --- a/src/docs/asciidoc/integration.adoc +++ b/src/docs/asciidoc/integration.adoc @@ -960,7 +960,7 @@ that supports both sync and async, as well as streaming scenarios. As of 5.0, the non-blocking, reactive `WebClient` offers a modern alternative to the `RestTemplate` with efficient support for both sync and async, as well as streaming scenarios. The `RestTemplate` will be deprecated in a future version and will not have -major new features gong forward. +major new features added going forward. ==== diff --git a/src/docs/asciidoc/web/webmvc-client.adoc b/src/docs/asciidoc/web/webmvc-client.adoc index 8aac741021..68d1285538 100644 --- a/src/docs/asciidoc/web/webmvc-client.adoc +++ b/src/docs/asciidoc/web/webmvc-client.adoc @@ -18,7 +18,7 @@ libraries. As of 5.0, the non-blocking, reactive `WebClient` offers a modern alternative to the `RestTemplate` with efficient support for both sync and async, as well as streaming scenarios. The `RestTemplate` will be deprecated in a future version and will not have -major new features gong forward. +major new features added going forward. ==== See <> for details.