Skip to content

Commit

Permalink
Backport "Remove leftover Javadoc from WebClient"
Browse files Browse the repository at this point in the history
  • Loading branch information
snicoll committed Apr 15, 2021
1 parent 620023c commit 30b5a7b
Showing 1 changed file with 1 addition and 8 deletions.
@@ -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.
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 30b5a7b

Please sign in to comment.