From d304ea3ffd6995c69b6816d76855312fb8fde129 Mon Sep 17 00:00:00 2001 From: Musachy Barroso Date: Thu, 31 May 2007 16:04:00 +0000 Subject: [PATCH] Remove confusing comment git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/branches/STRUTS_2_0_X@543174 13f79535-47bb-0310-9956-ffa450edef68 --- .../dispatcher/ServletActionRedirectResult.java | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/core/src/main/java/org/apache/struts2/dispatcher/ServletActionRedirectResult.java b/core/src/main/java/org/apache/struts2/dispatcher/ServletActionRedirectResult.java index 6e792b15f..db1cb1e1b 100644 --- a/core/src/main/java/org/apache/struts2/dispatcher/ServletActionRedirectResult.java +++ b/core/src/main/java/org/apache/struts2/dispatcher/ServletActionRedirectResult.java @@ -46,19 +46,6 @@ import com.opensymphony.xwork2.inject.Inject; * standard redirect result. * *

- * @TODO - the below sentence is confusing and seems to be contradictory -- FIX ME - * To pass parameters, use the <param> ... </param> tag. The following parameters will not be - * passed because they are part of the config param for this particular result. - * - *

* * See examples below for an example of how request parameters could be passed in. *