You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by dg...@apache.org on 2004/01/17 23:11:07 UTC

cvs commit: jakarta-struts/src/share/org/apache/struts/validator Resources.java

dgraham     2004/01/17 14:11:07

  Modified:    src/share/org/apache/struts/validator Resources.java
  Log:
  javadoc changes only.
  
  Revision  Changes    Path
  1.26      +13 -12    jakarta-struts/src/share/org/apache/struts/validator/Resources.java
  
  Index: Resources.java
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/src/share/org/apache/struts/validator/Resources.java,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- Resources.java	10 Jan 2004 21:03:38 -0000	1.25
  +++ Resources.java	17 Jan 2004 22:11:07 -0000	1.26
  @@ -191,8 +191,9 @@
       }
   
       /**
  -     * Gets the locale sensitive message based on the <code>ValidatorAction</code> message and the
  -     * <code>Field</code>'s arg objects.
  +     * Gets the locale sensitive message based on the 
  +     * <code>ValidatorAction</code> message and the <code>Field</code>'s 
  +     * arg objects.
        * @param messages  The Message resources
        * @param locale The locale
        * @param va The Validator Action
  @@ -244,7 +245,7 @@
       }
       
       /**
  -     * Gets the <code>ActionError</code> based on the 
  +     * Gets the <code>ActionMessage</code> based on the 
        * <code>ValidatorAction</code> message and the <code>Field</code>'s 
        * arg objects.
        * @param request the servlet request
  @@ -272,11 +273,11 @@
       }
   
       /**
  -     * Gets the message arguments based on the current <code>ValidatorAction</code>
  -     * and <code>Field</code>.
  -     * @param actionName   action name
  -     * @param messages  message resources
  -     * @param locale   the locale
  +     * Gets the message arguments based on the current 
  +     * <code>ValidatorAction</code> and <code>Field</code>.
  +     * @param actionName action name
  +     * @param messages message resources
  +     * @param locale the locale
        * @param field the validator field
        */
       public static String[] getArgs(
  
  
  

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