SPR-5986 - Error in pointing links about versions for documentation and content

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1714 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Mark Pollack 2009-08-07 13:41:40 +00:00
parent 662dcc80cc
commit 00f8096d4e
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ import org.springframework.web.servlet.mvc.LastModified;
* class. Subclasses of this class can handle several different types of
* request with methods of the form
*
* <pre class="code">public (ModelAndView | Map | String | void) actionName(HttpServletRequest request, HttpServletResponse response);</pre>
* <pre class="code">public (ModelAndView | Map | String | void) actionName(HttpServletRequest request, HttpServletResponse response, [,HttpSession] [,AnyObject]);</pre>
*
* A Map return value indicates a model that is supposed to be passed to a default view
* (determined through a {@link org.springframework.web.servlet.RequestToViewNameTranslator}).