rdonkin 02/02/06 10:13:45
Modified: digester/src/java/org/apache/commons/digester package.html
Log:
Corrected mistake in package documentation pointed out by Kyle Robinson
Revision Changes Path
1.8 +2 -2
jakarta-commons/digester/src/java/org/apache/commons/digester/package.html
Index: package.html
===================================================================
RCS file:
/home/cvs/jakarta-commons/digester/src/java/org/apache/commons/digester/package.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- package.html 4 Jan 2002 01:54:14 -0000 1.7
+++ package.html 6 Feb 2002 18:13:45 -0000 1.8
@@ -394,14 +394,14 @@
you wish to configure a particular property that does not have a
corresponding attribute in the DTD.</li>
<li><a href="SetNextRule.html">SetNextRule</a> - When the
- <code>begin()</code> method is called, the digester analyzes the
+ <code>end()</code> method is called, the digester analyzes the
next-to-top element on the stack, looking for a property setter method
for a specified property. It then calls this method, passing the object
at the top of the stack as an argument. This rule is commonly used to
establish one-to-many relationships between the two objects, with the
method name commonly being something like "addChild".</li>
<li><a href="SetTopRule.html">SetTopRule</a> - When the
- <code>begin()</code> method is called, the digester analyzes the
+ <code>end()</code> method is called, the digester analyzes the
top element on the stack, looking for a property setter method for a
specified property. It then calls this method, passing the next-to-top
object on the stack as an argument. This rule would be used as an
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>