Skip to content

Commit 33bb81b

Browse files
committed
SPR-5986 - Error in pointing links about versions for documentation and content
1 parent 9a0108a commit 33bb81b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

org.springframework.web.servlet/src/main/java/org/springframework/web/servlet/mvc/multiaction/MultiActionController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
* class. Subclasses of this class can handle several different types of
4949
* request with methods of the form
5050
*
51-
* <pre class="code">public (ModelAndView | Map | String | void) actionName(HttpServletRequest request, HttpServletResponse response);</pre>
51+
* <pre class="code">public (ModelAndView | Map | String | void) actionName(HttpServletRequest request, HttpServletResponse response, [,HttpSession] [,AnyObject]);</pre>
5252
*
5353
* A Map return value indicates a model that is supposed to be passed to a default view
5454
* (determined through a {@link org.springframework.web.servlet.RequestToViewNameTranslator}).

0 commit comments

Comments
 (0)