Merge branch '3.2.x'

Closes gh-39536
This commit is contained in:
Scott Frederick
2024-02-13 13:11:50 -06:00
9 changed files with 271 additions and 15 deletions

View File

@@ -171,8 +171,8 @@ public class TestRestTemplate {
}
/**
* Returns the root URI applied by a {@link RootUriTemplateHandler} or {@code ""} if
* the root URI is not available.
* Returns the root URI applied by {@link RestTemplateBuilder#rootUri(String)} or
* {@code ""} if the root URI has not been applied.
* @return the root URI
*/
public String getRootUri() {