Author: lukaszlenart Date: Thu Oct 10 07:41:32 2013 New Revision: 1530865 URL: http://svn.apache.org/r1530865 Log: WW-4217 corrects dead link
Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/Param.java Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/Param.java URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/Param.java?rev=1530865&r1=1530864&r2=1530865&view=diff ============================================================================== --- struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/Param.java (original) +++ struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/Param.java Thu Oct 10 07:41:32 2013 @@ -21,13 +21,12 @@ package org.apache.struts2.components; -import java.io.Writer; - +import com.opensymphony.xwork2.util.ValueStack; +import org.apache.struts2.StrutsException; import org.apache.struts2.views.annotations.StrutsTag; import org.apache.struts2.views.annotations.StrutsTagAttribute; -import org.apache.struts2.StrutsException; -import com.opensymphony.xwork2.util.ValueStack; +import java.io.Writer; /** * <!-- START SNIPPET: javadoc --> @@ -56,7 +55,7 @@ import com.opensymphony.xwork2.util.Valu * <br/><param name="color" value="blue"/> <-- (B) --> * <br/>In the first situation (A) the value would be evaluated to the stack as a <tt>java.lang.String</tt> object. * And in situation (B) the value would be evaluated to the stack as a <tt>java.lang.Object</tt> object. - * <br/>For more information see <a href="http://jira.opensymphony.com/browse/WW-808">WW-808</a>. + * <br/>For more information see <a href="https://issues.apache.org/jira/browse/WW-808">WW-808</a>. * <!-- END SNIPPET: javadoc --> * * <p/> <b>Examples</b>