We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0a7b07 commit 0f8bf10Copy full SHA for 0f8bf10
spring-web/src/main/java/org/springframework/http/converter/HttpMessageConverter.java
@@ -57,7 +57,7 @@ public interface HttpMessageConverter<T> {
57
List<MediaType> getSupportedMediaTypes();
58
59
/**
60
- * Read an object of the given type form the given input message, and returns it.
+ * Read an object of the given type from the given input message, and returns it.
61
* @param clazz the type of object to return. This type must have previously been passed to the
62
* {@link #canRead canRead} method of this interface, which must have returned {@code true}.
63
* @param inputMessage the HTTP input message to read from
0 commit comments