From 1694274e32c12f6ed66974bd2ef77c305bbb5cda Mon Sep 17 00:00:00 2001 From: Mustafa Ulu Date: Thu, 15 Apr 2021 00:52:00 +0300 Subject: [PATCH 1/2] Remove leftover Javadoc from WebClient See gh-26807 --- .../web/reactive/function/client/WebClient.java | 7 ------- 1 file changed, 7 deletions(-) diff --git a/spring-webflux/src/main/java/org/springframework/web/reactive/function/client/WebClient.java b/spring-webflux/src/main/java/org/springframework/web/reactive/function/client/WebClient.java index c43566e6319..989205a600a 100644 --- a/spring-webflux/src/main/java/org/springframework/web/reactive/function/client/WebClient.java +++ b/spring-webflux/src/main/java/org/springframework/web/reactive/function/client/WebClient.java @@ -186,13 +186,6 @@ public interface WebClient { */ Builder baseUrl(String baseUrl); - /** - * Configure default URI variable values that will be used when expanding - * URI templates using a {@link Map}. - * @param defaultUriVariables the default values to use - * @see #baseUrl(String) - * @see #uriBuilderFactory(UriBuilderFactory) - */ /** * Configure default URL variable values to use when expanding URI * templates with a {@link Map}. Effectively a shortcut for: From 5226a67161c99fc47098aa03da69846242819a9d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 15 Apr 2021 09:50:54 +0200 Subject: [PATCH 2/2] Update copyright year of changed file See gh-26807 --- .../springframework/web/reactive/function/client/WebClient.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-webflux/src/main/java/org/springframework/web/reactive/function/client/WebClient.java b/spring-webflux/src/main/java/org/springframework/web/reactive/function/client/WebClient.java index 989205a600a..801609d68fb 100644 --- a/spring-webflux/src/main/java/org/springframework/web/reactive/function/client/WebClient.java +++ b/spring-webflux/src/main/java/org/springframework/web/reactive/function/client/WebClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2020 the original author or authors. + * Copyright 2002-2021 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.