From 030f62f93a0ed560ec3cde9837e8edc6ab0c89b4 Mon Sep 17 00:00:00 2001 From: JermaineHua Date: Mon, 24 Feb 2025 22:55:26 +0800 Subject: [PATCH] Fix some typos Signed-off-by: JermaineHua --- .../client/transport/WebFluxSseClientTransport.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mcp-spring/mcp-spring-webflux/src/main/java/io/modelcontextprotocol/client/transport/WebFluxSseClientTransport.java b/mcp-spring/mcp-spring-webflux/src/main/java/io/modelcontextprotocol/client/transport/WebFluxSseClientTransport.java index 4ab5cdd6..8ea65fd7 100644 --- a/mcp-spring/mcp-spring-webflux/src/main/java/io/modelcontextprotocol/client/transport/WebFluxSseClientTransport.java +++ b/mcp-spring/mcp-spring-webflux/src/main/java/io/modelcontextprotocol/client/transport/WebFluxSseClientTransport.java @@ -303,7 +303,7 @@ public Mono closeGracefully() { // @formatter:off } // @formatter:on /** - * Unmarshals data from a generic Object into the specified type using the configured + * Unmarshalls data from a generic Object into the specified type using the configured * ObjectMapper. * *

@@ -313,7 +313,7 @@ public Mono closeGracefully() { // @formatter:off * @param the target type to convert the data into * @param data the source object to convert * @param typeRef the TypeReference describing the target type - * @return the unmarshaled object of type T + * @return the unmarshalled object of type T * @throws IllegalArgumentException if the conversion cannot be performed */ @Override