Skip to content

Commit aa656c4

Browse files
PascalSchumacherrstoyanchev
authored andcommitted
Fix typo in notes on future deprecation of the RestTemplate
Issue: SPR-16993 Obvious Fix
1 parent 109552d commit aa656c4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

spring-web/src/main/java/org/springframework/web/client/RestTemplate.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
* modern alternative to the {@code RestTemplate} with efficient support for
7878
* both sync and async, as well as streaming scenarios. The {@code RestTemplate}
7979
* will be deprecated in a future version and will not have major new features
80-
* gong forward.
80+
* added going forward.
8181
*
8282
* @author Arjen Poutsma
8383
* @author Brian Clozel

src/docs/asciidoc/integration.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -960,7 +960,7 @@ that supports both sync and async, as well as streaming scenarios.
960960
As of 5.0, the non-blocking, reactive `WebClient` offers a modern alternative to the
961961
`RestTemplate` with efficient support for both sync and async, as well as streaming
962962
scenarios. The `RestTemplate` will be deprecated in a future version and will not have
963-
major new features gong forward.
963+
major new features added going forward.
964964
====
965965

966966

src/docs/asciidoc/web/webmvc-client.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ libraries.
1818
As of 5.0, the non-blocking, reactive `WebClient` offers a modern alternative to the
1919
`RestTemplate` with efficient support for both sync and async, as well as streaming
2020
scenarios. The `RestTemplate` will be deprecated in a future version and will not have
21-
major new features gong forward.
21+
major new features added going forward.
2222
====
2323

2424
See <<integration.adoc#rest-client-access,RestTemplate>> for details.

0 commit comments

Comments
 (0)