You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ni...@apache.org on 2005/05/05 04:34:32 UTC

svn commit: r168242 - /struts/core/trunk/src/share/org/apache/struts/actions/LocaleAction.java

Author: niallp
Date: Wed May  4 19:34:31 2005
New Revision: 168242

URL: http://svn.apache.org/viewcvs?rev=168242&view=rev
Log:
JavaDoc correction

Modified:
    struts/core/trunk/src/share/org/apache/struts/actions/LocaleAction.java

Modified: struts/core/trunk/src/share/org/apache/struts/actions/LocaleAction.java
URL: http://svn.apache.org/viewcvs/struts/core/trunk/src/share/org/apache/struts/actions/LocaleAction.java?rev=168242&r1=168241&r2=168242&view=diff
==============================================================================
--- struts/core/trunk/src/share/org/apache/struts/actions/LocaleAction.java (original)
+++ struts/core/trunk/src/share/org/apache/struts/actions/LocaleAction.java Wed May  4 19:34:31 2005
@@ -58,7 +58,8 @@
      * <code>country</code> properties on the given form, constructs an
      * appropriate Locale object, and sets it as the Struts Locale for this
      * user's session.
-     * Any <code>ActionForm, including a {@link DynaActionForm}, may be used.
+     * Any <code>ActionForm</code>, including a 
+     * {@link org.apache.struts.action.DynaActionForm}, may be used.
      * </p>
      * <p>
      * If a <code>page</code> property is also provided, then after



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org