Browse Source

Fix typo in Javadoc

pull/196/head
Sam Brannen 13 years ago
parent
commit
e16f3b95cb
  1. 2
      spring-web/src/main/java/org/springframework/http/converter/AbstractHttpMessageConverter.java

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

@ -214,7 +214,7 @@ public abstract class AbstractHttpMessageConverter<T> implements HttpMessageConv @@ -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

Loading…
Cancel
Save