You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by cm...@apache.org on 2002/08/01 13:47:04 UTC

cvs commit: jakarta-slide/src/taglib/common/org/apache/slide/taglib/bean RevisionBean.java

cmlenz      2002/08/01 04:47:04

  Modified:    src/taglib/common/org/apache/slide/taglib/bean
                        RevisionBean.java
  Log:
  Fixed javadoc tag (@throw -> @throws)
  
  Revision  Changes    Path
  1.8       +13 -13    jakarta-slide/src/taglib/common/org/apache/slide/taglib/bean/RevisionBean.java
  
  Index: RevisionBean.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/taglib/common/org/apache/slide/taglib/bean/RevisionBean.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- RevisionBean.java	28 Mar 2002 06:12:04 -0000	1.7
  +++ RevisionBean.java	1 Aug 2002 11:47:04 -0000	1.8
  @@ -63,8 +63,8 @@
   
   package org.apache.slide.taglib.bean;
   
  -import java.io.InputStream;
   import java.io.IOException;
  +import java.io.InputStream;
   import java.io.Reader;
   import java.util.Date;
   import java.util.Enumeration;
  @@ -332,10 +332,10 @@
        * 
        * @return the revision content as InputStream
        * 
  -     * @throw SlideException Exception occurred when trying to access the
  -     *        resource through Slide.
  -     * @throw IOException IO exception occurred when trying to stream the 
  -     *        revision content
  +     * @throws SlideException Exception occurred when trying to access the
  +     *         resource through Slide.
  +     * @throws IOException IO exception occurred when trying to stream the 
  +     *         revision content
        */
       public InputStream getInputStream()
           throws SlideException, IOException {
  @@ -381,10 +381,10 @@
        * 
        * @return the revision content as Reader
        * 
  -     * @throw SlideException Exception occurred when trying to access the
  -     *        resource through Slide.
  -     * @throw IOException IO exception occurred when trying to read the 
  -     *        revision content
  +     * @throws SlideException Exception occurred when trying to access the
  +     *         resource through Slide.
  +     * @throws IOException IO exception occurred when trying to read the 
  +     *         revision content
        */
       public Reader getReader()
           throws SlideException, IOException {
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>