You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-dev@jakarta.apache.org by gl...@locus.apache.org on 2000/11/11 16:51:00 UTC

cvs commit: jakarta-taglibs/response/src/org/apache/taglibs/response SetContentTypeTag.java

glenn       00/11/11 07:51:00

  Modified:    response/src/org/apache/taglibs/response
                        SetContentTypeTag.java
  Log:
  Cleanup for release
  
  Revision  Changes    Path
  1.2       +5 -5      jakarta-taglibs/response/src/org/apache/taglibs/response/SetContentTypeTag.java
  
  Index: SetContentTypeTag.java
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/response/src/org/apache/taglibs/response/SetContentTypeTag.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- SetContentTypeTag.java	2000/09/26 20:00:32	1.1
  +++ SetContentTypeTag.java	2000/11/11 15:51:00	1.2
  @@ -1,7 +1,7 @@
   /*
  - * $Header: /home/cvs/jakarta-taglibs/response/src/org/apache/taglibs/response/SetContentTypeTag.java,v 1.1 2000/09/26 20:00:32 glenn Exp $
  - * $Revision: 1.1 $
  - * $Date: 2000/09/26 20:00:32 $
  + * $Header: /home/cvs/jakarta-taglibs/response/src/org/apache/taglibs/response/SetContentTypeTag.java,v 1.2 2000/11/11 15:51:00 glenn Exp $
  + * $Revision: 1.2 $
  + * $Date: 2000/11/11 15:51:00 $
    *
    * ====================================================================
    *
  @@ -92,7 +92,7 @@
        *
        * @return EVAL_BODY_TAG
        */
  -    public int doStartTag() throws JspException
  +    public final int doStartTag() throws JspException
       {
   	return EVAL_BODY_TAG;
       }
  @@ -102,7 +102,7 @@
        *
        * @return SKIP_BODY
        */
  -    public int doAfterBody() throws JspException
  +    public final int doAfterBody() throws JspException
       {
           // Use the body of the tag as content type
           BodyContent body = getBodyContent();