niallp 2004/09/01 19:13:42
Modified: src/share/org/apache/struts/action ActionErrors.java
Log:
Correct javadoc for ActionErrors bug 30998 submitted by Kris Schneider
Revision Changes Path
1.17 +5 -5
jakarta-struts/src/share/org/apache/struts/action/ActionErrors.java
Index: ActionErrors.java
===================================================================
RCS file:
/home/cvs/jakarta-struts/src/share/org/apache/struts/action/ActionErrors.java,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ActionErrors.java 14 Mar 2004 06:23:42 -0000 1.16
+++ ActionErrors.java 2 Sep 2004 02:13:42 -0000 1.17
@@ -30,7 +30,7 @@
* bean property (and, therefore, a particular input field on the corresponding
* form).</p>
*
- * <p>Each individual error is described by an <code>ActionError</code>
+ * <p>Each individual error is described by an <code>ActionMessage</code>
* object, which contains a message key (to be looked up in an appropriate
* message resources database), and up to four placeholder arguments used for
* parametric substitution in the resulting message.</p>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]