You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by ri...@locus.apache.org on 2000/03/13 22:26:46 UTC

cvs commit: xml-cocoon/src/org/apache/cocoon/processor/xsp XSPUtil.java

ricardo     00/03/13 13:26:46

  Modified:    src/org/apache/cocoon/processor/xsp XSPUtil.java
  Log:
  Modified DOM handler methods
  
  Revision  Changes    Path
  1.12      +3 -3      xml-cocoon/src/org/apache/cocoon/processor/xsp/XSPUtil.java
  
  Index: XSPUtil.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/src/org/apache/cocoon/processor/xsp/XSPUtil.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- XSPUtil.java	2000/02/13 18:29:35	1.11
  +++ XSPUtil.java	2000/03/13 21:26:45	1.12
  @@ -1,4 +1,4 @@
  -/*-- $Id: XSPUtil.java,v 1.11 2000/02/13 18:29:35 stefano Exp $ -- 
  +/*-- $Id: XSPUtil.java,v 1.12 2000/03/13 21:26:45 ricardo Exp $ -- 
   
    ============================================================================
                      The Apache Software License, Version 1.1
  @@ -63,7 +63,7 @@
   
   /**
    * @author <a href="mailto:ricardo@apache.org">Ricardo Rocha</a>
  - * @version $Revision: 1.11 $ $Date: 2000/02/13 18:29:35 $
  + * @version $Revision: 1.12 $ $Date: 2000/03/13 21:26:45 $
    */
   public class XSPUtil {
     public static String pathComponent(String filename) {
  @@ -373,7 +373,7 @@
       return new String(inputBytes);
     }
   
  -  /* Library Utility Methods */
  +  /* Logicsheet Utility Methods */
     // Inclusion
     public static String getURLContents(String url) throws IOException {
       return getContents(new URL(url).openStream());