From 30b5a7b5c354c8040c4740f82a684eed92d5174e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 15 Apr 2021 09:57:21 +0200 Subject: [PATCH] Backport "Remove leftover Javadoc from WebClient" Closes gh-26809 --- .../web/reactive/function/client/WebClient.java | 9 +-------- 1 file changed, 1 insertion(+), 8 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 6ba487073269..e15dd27fed8a 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. @@ -182,13 +182,6 @@ interface Builder { */ 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: