[prev in list] [next in list] [prev in thread] [next in thread] 

List:       xml-cocoon-cvs
Subject:    cvs commit: xml-cocoon/src/org/apache/cocoon Engine.java
From:       stefano () locus ! apache ! org
Date:       2000-06-22 19:08:28
[Download RAW message or body]

stefano     00/06/22 12:08:28

  Modified:    src/org/apache/cocoon Engine.java
  Log:
  fixes broken compilation (sorry)
  
  Revision  Changes    Path
  1.32      +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.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- Engine.java	2000/06/21 22:09:56	1.31
  +++ Engine.java	2000/06/22 19:08:28	1.32
  @@ -1,4 +1,4 @@
  -/*-- $Id: Engine.java,v 1.31 2000/06/21 22:09:56 stefano Exp $ --
  +/*-- $Id: Engine.java,v 1.32 2000/06/22 19:08:28 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.31 $ $Date: 2000/06/21 22:09:56 $
  + * @version $Revision: 1.32 $ $Date: 2000/06/22 19:08:28 $
    */
   
   public class Engine implements Defaults {
  @@ -367,7 +367,7 @@
               // if verbose mode is on the the output type allows it
   			         // and the HTTP request isn't a HEAD
               // print some processing info as a comment
  -            if (VERBOSE && (page.isText()) && !"HEAD".equals(request.getMethod()) {
  +            if (VERBOSE && (page.isText()) && !"HEAD".equals(request.getMethod())) {
                   time = System.currentTimeMillis() - time;
                   out.println("<!-- This page was served "
                       + (page.isCached() ? "from cache " : "")
  
  
  

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic