vmassol     02/04/09 17:39:47

  Modified:    sample-servlet/src/sample/j2ee13/org/apache/cactus/sample
                        SampleFilter.java
  Log:
  javadoc parameter mismatch
  
  Revision  Changes    Path
  1.2       +3 -3      
jakarta-cactus/sample-servlet/src/sample/j2ee13/org/apache/cactus/sample/SampleFilter.java
  
  Index: SampleFilter.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-cactus/sample-servlet/src/sample/j2ee13/org/apache/cactus/sample/SampleFilter.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- SampleFilter.java 10 Mar 2002 14:26:03 -0000      1.1
  +++ SampleFilter.java 10 Apr 2002 00:39:47 -0000      1.2
  @@ -72,7 +72,7 @@
    *
    * @author <a href="mailto:[EMAIL PROTECTED]";>Vincent Massol</a>
    *
  - * @version $Id: SampleFilter.java,v 1.1 2002/03/10 14:26:03 vmassol Exp $
  + * @version $Id: SampleFilter.java,v 1.2 2002/04/10 00:39:47 vmassol Exp $
    */
   public class SampleFilter implements Filter
   {
  @@ -129,7 +129,7 @@
        * from a filter initialisation parameter (defined in
        * <code>web.xml</code>). Don't write anything if no parameter is defined.
        *
  -     * @param theOutput the output stream
  +     * @param theOutputStream the output stream
        */
       protected void addHeader(OutputStream theOutputStream)
           throws IOException
  @@ -146,7 +146,7 @@
        * from a filter initialisation parameter (defined in
        * <code>web.xml</code>). Don't write anything if no parameter is defined.
        *
  -     * @param theOutput the output stream
  +     * @param theOutputStream the output stream
        */
       protected void addFooter(OutputStream theOutputStream)
           throws IOException
  
  
  

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

Reply via email to