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