Skip to content

Commit 0f8bf10

Browse files
Andrey Kaipovsnicoll
Andrey Kaipov
authored andcommitted
Minor typo fix: form -> from
Closes gh-1411
1 parent e0a7b07 commit 0f8bf10

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)