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:35:30 UTC

svn commit: r168243 - in /struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts: actions/LocaleAction.java taglib/html/BaseHandlerTag.java

Author: niallp
Date: Wed May  4 19:35:30 2005
New Revision: 168243

URL: http://svn.apache.org/viewcvs?rev=168243&view=rev
Log:
Port JavaDoc corrections to 1.2.x branch

Modified:
    struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/actions/LocaleAction.java
    struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/taglib/html/BaseHandlerTag.java

Modified: struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/actions/LocaleAction.java
URL: http://svn.apache.org/viewcvs/struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/actions/LocaleAction.java?rev=168243&r1=168242&r2=168243&view=diff
==============================================================================
--- struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/actions/LocaleAction.java (original)
+++ struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/actions/LocaleAction.java Wed May  4 19:35:30 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

Modified: struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/taglib/html/BaseHandlerTag.java
URL: http://svn.apache.org/viewcvs/struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/taglib/html/BaseHandlerTag.java?rev=168243&r1=168242&r2=168243&view=diff
==============================================================================
--- struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/taglib/html/BaseHandlerTag.java (original)
+++ struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/taglib/html/BaseHandlerTag.java Wed May  4 19:35:30 2005
@@ -698,9 +698,8 @@
     }
 
     /**
-     *  Appends bean name with index in brackets for tags with
-     *  'true' value in 'indexed' attribute.
-     *  @param handlers The StringBuffer that output will be appended to.
+     *  Returns the index value for tags with 'true' value in 'indexed' attribute.
+     *  @return the index value.
      *  @exception JspException if 'indexed' tag used outside of iterate tag.
      */
     protected int getIndexValue() throws JspException {



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