craigmcc 02/01/02 17:54:37 Modified: catalina/src/share/org/apache/catalina/core ContainerBase.java Log: Fix typo. Submitted by: Christopher K. St. John <[EMAIL PROTECTED]> Revision Changes Path 1.18 +5 -5 jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/core/ContainerBase.java Index: ContainerBase.java =================================================================== RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/core/ContainerBase.java,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- ContainerBase.java 25 Nov 2001 21:06:06 -0000 1.17 +++ ContainerBase.java 3 Jan 2002 01:54:37 -0000 1.18 @@ -1,7 +1,7 @@ /* - * $Header: /home/cvs/jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/core/ContainerBase.java,v 1.17 2001/11/25 21:06:06 glenn Exp $ - * $Revision: 1.17 $ - * $Date: 2001/11/25 21:06:06 $ + * $Header: /home/cvs/jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/core/ContainerBase.java,v 1.18 2002/01/03 01:54:37 craigmcc Exp $ + * $Revision: 1.18 $ + * $Date: 2002/01/03 01:54:37 $ * * ==================================================================== * @@ -106,7 +106,7 @@ * <p> * All subclasses of this abstract base class will include support for a * Pipeline object that defines the processing to be performed for each request - * received by the <code>invoke()</code> method of this class, utilizig the + * received by the <code>invoke()</code> method of this class, utilizing the * "Chain of Responsibility" design pattern. A subclass should encapsulate its * own processing functionality as a <code>Valve</code>, and configure this * Valve into the pipeline by calling <code>setBasic()</code>. @@ -156,7 +156,7 @@ * class comments of the implementation class. * * @author Craig R. McClanahan - * @version $Revision: 1.17 $ $Date: 2001/11/25 21:06:06 $ + * @version $Revision: 1.18 $ $Date: 2002/01/03 01:54:37 $ */ public abstract class ContainerBase
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>