Skip to content

Commit b64de87

Browse files
committed
Merge pull request #1411 from andreykaipov:patch-2
* pr/1411: Minor typo fix: form -> from
2 parents 11075f1 + 9c226aa commit b64de87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-web/src/main/java/org/springframework/http/converter/HttpMessageConverter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public interface HttpMessageConverter<T> {
5757
List<MediaType> getSupportedMediaTypes();
5858

5959
/**
60-
* Read an object of the given type form the given input message, and returns it.
60+
* Read an object of the given type from the given input message, and returns it.
6161
* @param clazz the type of object to return. This type must have previously been passed to the
6262
* {@link #canRead canRead} method of this interface, which must have returned {@code true}.
6363
* @param inputMessage the HTTP input message to read from

0 commit comments

Comments
 (0)