Javadoc fixes

This commit is contained in:
Juergen Hoeller
2014-05-18 23:55:57 +02:00
parent dc50001620
commit cbff8b01bb
2 changed files with 26 additions and 3 deletions

View File

@@ -76,7 +76,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;