Javadoc fixes

This commit is contained in:
Juergen Hoeller
2014-05-19 00:08:46 +02:00
parent 3c709a763d
commit c70a81a805
2 changed files with 3 additions and 3 deletions
@@ -77,7 +77,7 @@ public class ServletWebRequest extends ServletRequestAttributes implements Nativ
/**
* Exposes the native {@link HttpServletRequest} that we're wrapping (if any).
* Exposes the native {@link HttpServletResponse} that we're wrapping (if any).
*/
public final HttpServletResponse getResponse() {
return this.response;