Author: martinc
Date: Sun Mar 13 22:46:22 2005
New Revision: 157398
URL: http://svn.apache.org/viewcvs?view=rev&rev=157398
Log:
Bugzilla #33876: Fix typos in Javadocs.
Modified:
struts/core/trunk/src/share/org/apache/struts/action/Action.java
Modified: struts/core/trunk/src/share/org/apache/struts/action/Action.java
URL:
http://svn.apache.org/viewcvs/struts/core/trunk/src/share/org/apache/struts/action/Action.java?view=diff&r1=157397&r2=157398
==============================================================================
--- struts/core/trunk/src/share/org/apache/struts/action/Action.java (original)
+++ struts/core/trunk/src/share/org/apache/struts/action/Action.java Sun Mar 13
22:46:22 2005
@@ -240,11 +240,10 @@
/**
- * Adds the specified errors keys into the appropriate request
- * attribute for use by the for use by the <html:errors> tag,
- * if any messages are required.
- * Initialize the attribute if it has not already been.
- * Otherwise, ensure that the request attribute is not set.
+ * Adds the specified errors keys into the appropriate request attribute
+ * for use by the <html:errors> tag, if any messages are required.
+ * Initialize the attribute if it has not already been. Otherwise,
ensure
+ * that the request attribute is not set.
*
* @param request The servlet request we are processing
* @param errors Errors object
@@ -422,7 +421,8 @@
/**
* <p>Return <code>true</code> if there is a transaction token stored in
* the user's current session, and the value submitted as a request
- * parameter with this action matches it. Returns <code>false</code>.</p>
+ * parameter with this action matches it. Returns <code>false</code> under
+ * any of the following circumstances:</p>
* <ul>
* <li>No session associated with this request</li>
* <li>No transaction token saved in the session</li>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]