martinc     01/11/01 20:14:44

  Modified:    src/share/org/apache/struts/action ActionError.java
  Log:
  Ported javadoc change to main trunk.
  
  Submitted by: Tom Klaasen
  
  Revision  Changes    Path
  1.5       +8 -4      
jakarta-struts/src/share/org/apache/struts/action/ActionError.java
  
  Index: ActionError.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-struts/src/share/org/apache/struts/action/ActionError.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- ActionError.java  2001/07/12 05:18:32     1.4
  +++ ActionError.java  2001/11/02 04:14:44     1.5
  @@ -1,7 +1,7 @@
   /*
  - * $Header: 
/home/cvs/jakarta-struts/src/share/org/apache/struts/action/ActionError.java,v 1.4 
2001/07/12 05:18:32 dwinterfeldt Exp $
  - * $Revision: 1.4 $
  - * $Date: 2001/07/12 05:18:32 $
  + * $Header: 
/home/cvs/jakarta-struts/src/share/org/apache/struts/action/ActionError.java,v 1.5 
2001/11/02 04:14:44 martinc Exp $
  + * $Revision: 1.5 $
  + * $Date: 2001/11/02 04:14:44 $
    *
    * ====================================================================
    *
  @@ -72,8 +72,12 @@
    * message resources database) plus up to four placeholder objects that can
    * be used for parametric replacement in the message text.
    *
  + * The placeholder objects are referenced in the message text using the same
  + * syntax used by the JDK <code>MessageFormat</code> class. Thus, the first
  + * placeholder is '{0}', the second is '{1}', etc.
  + *
    * @author Craig R. McClanahan
  - * @version $Revision: 1.4 $ $Date: 2001/07/12 05:18:32 $
  + * @version $Revision: 1.5 $ $Date: 2001/11/02 04:14:44 $
    */
   
   public class ActionError extends ActionMessage implements Serializable {
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to