jkesselm    01/10/10 09:04:08

  Modified:    java/src/org/apache/xml/dtm/ref DTMManagerDefault.java
  Log:
  Oops. Debugging shouldn't have been on when checked in.
  
  Revision  Changes    Path
  1.24      +1 -1      
xml-xalan/java/src/org/apache/xml/dtm/ref/DTMManagerDefault.java
  
  Index: DTMManagerDefault.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/java/src/org/apache/xml/dtm/ref/DTMManagerDefault.java,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- DTMManagerDefault.java    2001/10/09 16:43:30     1.23
  +++ DTMManagerDefault.java    2001/10/10 16:04:08     1.24
  @@ -150,7 +150,7 @@
     private static final boolean DUMPTREE = false;
   
     /** Set this to true if you want a basic diagnostics. */
  -  private static final boolean DEBUG = true;
  +  private static final boolean DEBUG = false;
   
     /**
      * Get an instance of a DTM, loaded with the content from the
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to