Skip to content
This repository was archived by the owner on Feb 14, 2025. It is now read-only.

Commit 890350c

Browse files
committed
minor javadoc
1 parent 12fd8e5 commit 890350c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mcp/src/main/java/org/springframework/ai/mcp/client/McpClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
*
4545
* <pre>{@code
4646
* McpClient.using(transport)
47-
* .withRequestTimeout(Duration.ofSeconds(5))
47+
* .requestTimeout(Duration.ofSeconds(5))
4848
* .sync(); // or .async()
4949
* }</pre>
5050
*

0 commit comments

Comments
 (0)