You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by sb...@locus.apache.org on 2000/07/31 00:42:20 UTC

cvs commit: xml-xalan/java/src/org/apache/xpath SourceTreeManager.java

sboag       00/07/30 15:42:20

  Modified:    java/src/org/apache/xpath SourceTreeManager.java
  Log:
  No real change.
  
  Revision  Changes    Path
  1.2       +0 -1      xml-xalan/java/src/org/apache/xpath/SourceTreeManager.java
  
  Index: SourceTreeManager.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/src/org/apache/xpath/SourceTreeManager.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- SourceTreeManager.java	2000/07/05 14:44:26	1.1
  +++ SourceTreeManager.java	2000/07/30 22:42:19	1.2
  @@ -78,7 +78,6 @@
    * This class bottlenecks all management of source trees.  The methods
    * in this class should allow easy garbage collection of source 
    * trees, and should centralize parsing for those source trees.
  - * The SourceTreeManager is also the default 
    */
   public class SourceTreeManager implements URIResolver
   {