dgraham 2002/10/27 17:29:39
Modified: src/share/org/apache/struts/action ActionServlet.java
Log:
fixed javadoc error
Revision Changes Path
1.124 +5 -5
jakarta-struts/src/share/org/apache/struts/action/ActionServlet.java
Index: ActionServlet.java
===================================================================
RCS file:
/home/cvs/jakarta-struts/src/share/org/apache/struts/action/ActionServlet.java,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -r1.123 -r1.124
--- ActionServlet.java 27 Oct 2002 06:01:48 -0000 1.123
+++ ActionServlet.java 28 Oct 2002 01:29:39 -0000 1.124
@@ -194,7 +194,7 @@
* instances that should be added to the <code>Digester</code> that will
* be processing <code>struts-config.xml</code> files. By default, only
* the <code>RuleSet</code> for the standard configuration elements is
- * loaded. (Since Struts 1.1)<li>
+ * loaded. (Since Struts 1.1)</li>
* <li><strong>validating</strong> - Should we use a validating XML parser to
* process the configuration file (strongly recommended)? [true]</li>
* </ul>
--
To unsubscribe, e-mail: <mailto:struts-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-dev-help@;jakarta.apache.org>