Skip to content

Commit 7fe0116

Browse files
committed
Added since tag
1 parent a9b3d95 commit 7fe0116

File tree

1 file changed

+1
-0
lines changed
  • spring-webflux/src/main/java/org/springframework/web/reactive/function/client

1 file changed

+1
-0
lines changed

spring-webflux/src/main/java/org/springframework/web/reactive/function/client/ClientResponse.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ public interface ClientResponse {
168168
* headers, and body of this response as well as the corresponding request.
169169
*
170170
* @return a {@code Mono} with a {@code WebClientResponseException} based on this response
171+
* @since 5.2
171172
*/
172173
Mono<WebClientResponseException> createException();
173174

0 commit comments

Comments
 (0)