Return-Path: Mailing-List: contact cocoon-dev-help@xml.apache.org; run by ezmlm Delivered-To: mailing list cocoon-dev@xml.apache.org Received: (qmail 21550 invoked by uid 500); 7 May 2000 16:04:28 -0000 Delivered-To: apmail-xml-cocoon-cvs@apache.org Received: (qmail 21547 invoked by uid 1010); 7 May 2000 16:04:27 -0000 Date: 7 May 2000 16:04:27 -0000 Message-ID: <20000507160427.21546.qmail@locus.apache.org> From: stefano@locus.apache.org To: xml-cocoon-cvs@apache.org Subject: 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 Stefano Mazzocchi - * @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.