Small patch to fix some javadocs.

Modified File:

jsr152/src/share/javax/servlet/jsp/tagext/BodyTag.java

- Mark
Index: jsr152/src/share/javax/servlet/jsp/tagext/BodyTag.java
===================================================================
RCS file: 
/home/cvspublic/jakarta-servletapi-5/jsr152/src/share/javax/servlet/jsp/tagext/BodyTag.java,v
retrieving revision 1.4
diff -u -r1.4 BodyTag.java
--- jsr152/src/share/javax/servlet/jsp/tagext/BodyTag.java      18 Dec 2002 18:35:37 
-0000      1.4
+++ jsr152/src/share/javax/servlet/jsp/tagext/BodyTag.java      15 Jan 2003 16:32:54 
+-0000
@@ -96,11 +96,12 @@
  * object, where the JSP Page implementation object will place the
  * evaluation (and reevaluation, if appropriate) of the body.  The setter
  * method (setBodyContent) will only be invoked if doStartTag() returns
- * EVAL_BODY_BUFFERED and the corresponding action element is not empty.
+ * EVAL_BODY_BUFFERED and the corresponding action element does not have
+ * an empty body.
  *
  * <p><B>Methods</B>
  * <p> In addition to the setter method for the bodyContent property, there
- * is a new action methods: doInitBody(), which is invoked right after
+ * is a new action method: doInitBody(), which is invoked right after
  * setBodyContent() and before the body evaluation.  This method is only
  * invoked if doStartTag() returns EVAL_BODY_BUFFERED.
  *

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

Reply via email to