kinman      2003/01/15 17:37:04

  Modified:    jsr152/src/share/javax/servlet/jsp/tagext BodyTag.java
  Log:
  - Patch by Mark Roth:
  
  fix some javadocs
  
  Revision  Changes    Path
  1.5       +3 -2      
jakarta-servletapi-5/jsr152/src/share/javax/servlet/jsp/tagext/BodyTag.java
  
  Index: BodyTag.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-servletapi-5/jsr152/src/share/javax/servlet/jsp/tagext/BodyTag.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- BodyTag.java      18 Dec 2002 18:35:37 -0000      1.4
  +++ BodyTag.java      16 Jan 2003 01:37:04 -0000      1.5
  @@ -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