From 7fe01165990214b873bdd0fb205023d6cece76e3 Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Tue, 16 Jul 2019 16:18:31 +0200 Subject: [PATCH] Added since tag --- .../web/reactive/function/client/ClientResponse.java | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-webflux/src/main/java/org/springframework/web/reactive/function/client/ClientResponse.java b/spring-webflux/src/main/java/org/springframework/web/reactive/function/client/ClientResponse.java index 02bbcd139f0..f692655fef6 100644 --- a/spring-webflux/src/main/java/org/springframework/web/reactive/function/client/ClientResponse.java +++ b/spring-webflux/src/main/java/org/springframework/web/reactive/function/client/ClientResponse.java @@ -168,6 +168,7 @@ public interface ClientResponse { * headers, and body of this response as well as the corresponding request. * * @return a {@code Mono} with a {@code WebClientResponseException} based on this response + * @since 5.2 */ Mono createException();