You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mcp-spring/mcp-spring-webflux/src/main/java/io/modelcontextprotocol/client/transport/WebFluxSseClientTransport.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -303,7 +303,7 @@ public Mono<Void> closeGracefully() { // @formatter:off
303
303
} // @formatter:on
304
304
305
305
/**
306
-
* Unmarshals data from a generic Object into the specified type using the configured
306
+
* Unmarshalls data from a generic Object into the specified type using the configured
307
307
* ObjectMapper.
308
308
*
309
309
* <p>
@@ -313,7 +313,7 @@ public Mono<Void> closeGracefully() { // @formatter:off
313
313
* @param <T> the target type to convert the data into
314
314
* @param data the source object to convert
315
315
* @param typeRef the TypeReference describing the target type
316
-
* @return the unmarshaled object of type T
316
+
* @return the unmarshalled object of type T
317
317
* @throws IllegalArgumentException if the conversion cannot be performed
0 commit comments