You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by cr...@apache.org on 2002/01/03 02:52:14 UTC

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/core StandardPipeline.java

craigmcc    02/01/02 17:52:14

  Modified:    catalina/src/share/org/apache/catalina/core
                        StandardPipeline.java
  Log:
  Correct typo in the Javadocs ("values" --> "valves").
  
  Submitted by:	Christopher K. St. John <ck...@distributopia.com>
  
  Revision  Changes    Path
  1.4       +5 -5      jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/core/StandardPipeline.java
  
  Index: StandardPipeline.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/core/StandardPipeline.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- StandardPipeline.java	9 Nov 2001 19:39:11 -0000	1.3
  +++ StandardPipeline.java	3 Jan 2002 01:52:14 -0000	1.4
  @@ -1,7 +1,7 @@
   /*
  - * $Header: /home/cvs/jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/core/StandardPipeline.java,v 1.3 2001/11/09 19:39:11 remm Exp $
  - * $Revision: 1.3 $
  - * $Date: 2001/11/09 19:39:11 $
  + * $Header: /home/cvs/jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/core/StandardPipeline.java,v 1.4 2002/01/03 01:52:14 craigmcc Exp $
  + * $Revision: 1.4 $
  + * $Date: 2002/01/03 01:52:14 $
    *
    * ====================================================================
    *
  @@ -176,8 +176,8 @@
       /**
        * The per-thread execution state for processing through this pipeline.
        * The actual value is a java.lang.Integer object containing the subscript
  -     * into the <code>values</code> array, or a subscript equal to
  -     * <code>values.length</code> if the basic Valve is currently being
  +     * into the <code>valves</code> array, or a subscript equal to
  +     * <code>valves.length</code> if the basic Valve is currently being
        * processed.
        */
       protected ThreadLocal state = new ThreadLocal();
  
  
  

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