From 33bb81b3ab8b6c45d9f93a9f2605b5e696f4e401 Mon Sep 17 00:00:00 2001 From: Mark Pollack Date: Fri, 7 Aug 2009 13:41:40 +0000 Subject: [PATCH] SPR-5986 - Error in pointing links about versions for documentation and content --- .../web/servlet/mvc/multiaction/MultiActionController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.springframework.web.servlet/src/main/java/org/springframework/web/servlet/mvc/multiaction/MultiActionController.java b/org.springframework.web.servlet/src/main/java/org/springframework/web/servlet/mvc/multiaction/MultiActionController.java index 5508de66f6..178f0fcf89 100644 --- a/org.springframework.web.servlet/src/main/java/org/springframework/web/servlet/mvc/multiaction/MultiActionController.java +++ b/org.springframework.web.servlet/src/main/java/org/springframework/web/servlet/mvc/multiaction/MultiActionController.java @@ -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 * - *
public (ModelAndView | Map | String | void) actionName(HttpServletRequest request, HttpServletResponse response);
+ *
public (ModelAndView | Map | String | void) actionName(HttpServletRequest request, HttpServletResponse response, [,HttpSession] [,AnyObject]);
* * 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}).