Author: jmitchell Date: Sun May 20 19:17:53 2007 New Revision: 539996 URL: http://svn.apache.org/viewvc?view=rev&rev=539996 Log: WW-1834 Fix documentation for snippet used by cwiki
Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/ServletActionRedirectResult.java Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/ServletActionRedirectResult.java URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/ServletActionRedirectResult.java?view=diff&rev=539996&r1=539995&r2=539996 ============================================================================== --- struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/ServletActionRedirectResult.java (original) +++ struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/ServletActionRedirectResult.java Sun May 20 19:17:53 2007 @@ -95,7 +95,7 @@ * <-- Redirect to an action in the same namespace --> * <action name="dashboard" class="..."> * <result>dashboard.jsp</result> - * <result name="error" type="redirect-action>error</result> + * <result name="error" type="redirect-action">error</result> * </action> * * <action name="error" class="...">