You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by st...@locus.apache.org on 2000/05/07 18:04:27 UTC

cvs commit: xml-cocoon/src/org/apache/cocoon Engine.java

stefano     00/05/07 09:04:27

  Modified:    src/org/apache/cocoon Engine.java
  Log:
  comment fix
  
  Revision  Changes    Path
  1.27      +3 -3      xml-cocoon/src/org/apache/cocoon/Engine.java
  
  Index: Engine.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/src/org/apache/cocoon/Engine.java,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- Engine.java	2000/05/06 11:13:00	1.26
  +++ Engine.java	2000/05/07 16:04:27	1.27
  @@ -1,4 +1,4 @@
  -/*-- $Id: Engine.java,v 1.26 2000/05/06 11:13:00 stefano Exp $ --
  +/*-- $Id: Engine.java,v 1.27 2000/05/07 16:04:27 stefano Exp $ --
   
    ============================================================================
                      The Apache Software License, Version 1.1
  @@ -73,7 +73,7 @@
    * This class implements the engine that does all the document processing.
    *
    * @author <a href="mailto:stefano@apache.org">Stefano Mazzocchi</a>
  - * @version $Revision: 1.26 $ $Date: 2000/05/06 11:13:00 $
  + * @version $Revision: 1.27 $ $Date: 2000/05/07 16:04:27 $
    */
   
   public class Engine implements Defaults {
  @@ -182,7 +182,7 @@
       /**
        * This will return a new instance of the Engine class, and handle
        *   pooling of instances.  In this implementation, one instance is
  -     *   shared across the JVM.  This replaces using the constructor
  +     *   created per servlet context.  This replaces using the constructor
        *   directly, because now the Cocoon servlet can initialize the
        *   Engine, and other servlets and classes can use the same engine,
        *   in order to funnel requests through Cocoon.