Fix typo 'type form'->'type from' (SPR-7339)
This commit is contained in:
@@ -1545,7 +1545,7 @@ String body = response.getBody();</programlisting>
|
||||
// Return the list of MediaType objects supported by this converter.
|
||||
List<MediaType> getSupportedMediaTypes();
|
||||
|
||||
// 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.
|
||||
T read(Class<T> clazz, HttpInputMessage inputMessage) throws IOException,
|
||||
HttpMessageNotReadableException;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user