mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Fix Javadoc for MockRestServiceServer.bindTo(RestClient.Builder)
Closes gh-31741
This commit is contained in:
committed by
Sam Brannen
parent
cd62dfe3a9
commit
99f50ebeb4
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user