Fix typo in Javadoc

This commit is contained in:
Sam Brannen 2012-12-04 14:29:54 +01:00
parent 57e6e0881d
commit e16f3b95cb
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ public abstract class AbstractHttpMessageConverter<T> implements HttpMessageConv
protected abstract boolean supports(Class<?> clazz);
/**
* Abstract template method that reads the actualy object. Invoked from {@link #read}.
* Abstract template method that reads the actual object. Invoked from {@link #read}.
* @param clazz the type of object to return
* @param inputMessage the HTTP input message to read from
* @return the converted object