Browse Source

Fixed typo

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2514 50f2f4bb-b051-0410-bef5-90022cba6387
pull/1/head
Sam Brannen 16 years ago
parent
commit
fb9d18120c
  1. 2
      org.springframework.web.servlet/src/main/java/org/springframework/web/servlet/mvc/AbstractController.java

2
org.springframework.web.servlet/src/main/java/org/springframework/web/servlet/mvc/AbstractController.java

@ -43,7 +43,7 @@ import org.springframework.web.util.WebUtils; @@ -43,7 +43,7 @@ import org.springframework.web.util.WebUtils;
* <li>Inspection of supported methods (ServletException if request method
* is not support)</li>
* <li>If session is required, try to get it (ServletException if not found)</li>
* <li>Set caching headers if needed according to cacheSeconds propery</li>
* <li>Set caching headers if needed according to the cacheSeconds property</li>
* <li>Call abstract method {@link #handleRequestInternal(HttpServletRequest,HttpServletResponse) handleRequestInternal()}
* (optionally synchronizing around the call on the HttpSession),
* which should be implemented by extending classes to provide actual

Loading…
Cancel
Save