Fix Javadoc for MockRestServiceServer.bindTo(RestClient.Builder)

Closes gh-31741
This commit is contained in:
Donghun Shin 2023-12-03 09:05:26 +09:00 committed by Sam Brannen
parent cd62dfe3a9
commit 99f50ebeb4
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ public final class MockRestServiceServer {
/**
* Return a builder for a {@code MockRestServiceServer} that should be used
* to reply to the given {@code RestTemplate}.
* to reply to the given {@code RestClient.Builder}.
* @since 6.1
*/
public static MockRestServiceServerBuilder bindTo(RestClient.Builder restClientBuilder) {