Reinstate merge of pull request #31713 from dreis2211

This reverts commit 8deef6cb42.
This commit is contained in:
Andy Wilkinson 2022-07-19 19:57:24 +01:00
parent 62ec5c19de
commit f29eed89ca
2 changed files with 3 additions and 3 deletions

View File

@ -84,7 +84,7 @@ public final class RestTemplateExchangeTags {
/**
* Creates a {@code status} {@code Tag} derived from the
* {@link ClientHttpResponse#getRawStatusCode() status} of the given {@code response}.
* {@link ClientHttpResponse#getStatusCode() status} of the given {@code response}.
* @param response the response
* @return the status tag
*/
@ -120,7 +120,7 @@ public final class RestTemplateExchangeTags {
/**
* Creates an {@code outcome} {@code Tag} derived from the
* {@link ClientHttpResponse#getRawStatusCode() status} of the given {@code response}.
* {@link ClientHttpResponse#getStatusCode() status} of the given {@code response}.
* @param response the response
* @return the outcome tag
* @since 2.2.0

View File

@ -111,7 +111,7 @@ public final class WebClientExchangeTags {
/**
* Creates an {@code outcome} {@code Tag} derived from the
* {@link ClientResponse#rawStatusCode() status} of the given {@code response}.
* {@link ClientResponse#statusCode() status} of the given {@code response}.
* @param response the response
* @return the outcome tag
* @since 2.2.0