You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by mu...@apache.org on 2007/05/31 18:29:54 UTC

svn commit: r543180 - /struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/URL.java

Author: musachy
Date: Thu May 31 09:29:53 2007
New Revision: 543180

URL: http://svn.apache.org/viewvc?view=rev&rev=543180
Log:
Fix example typo

Modified:
    struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/URL.java

Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/URL.java
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/URL.java?view=diff&rev=543180&r1=543179&r2=543180
==============================================================================
--- struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/URL.java (original)
+++ struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/URL.java Thu May 31 09:29:53 2007
@@ -98,7 +98,7 @@
  *
  * <-- Example 3-->
  * <s:url includeParams="get"  >
- *     &lt:param name="id" value="%{'22'}" />
+ *     <s:param name="id" value="%{'22'}" />
  * </s:url>
  *
  * <!-- END SNIPPET: example -->