You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by jo...@apache.org on 2002/01/17 20:29:38 UTC

cvs commit: xml-xalan/java/src/org/apache/xalan/lib/sql SQLDocument.java DTMDocument.java

johng       02/01/17 11:29:38

  Modified:    java/src/org/apache/xalan/lib/sql SQLDocument.java
                        DTMDocument.java
  Log:
  Removed Debug
  
  Revision  Changes    Path
  1.19      +1 -1      xml-xalan/java/src/org/apache/xalan/lib/sql/SQLDocument.java
  
  Index: SQLDocument.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/src/org/apache/xalan/lib/sql/SQLDocument.java,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- SQLDocument.java	17 Jan 2002 19:15:23 -0000	1.18
  +++ SQLDocument.java	17 Jan 2002 19:29:38 -0000	1.19
  @@ -78,7 +78,7 @@
   
     /**
      */
  -  private boolean DEBUG = true;
  +  private boolean DEBUG = false;
   
     /**
      */
  
  
  
  1.6       +1 -1      xml-xalan/java/src/org/apache/xalan/lib/sql/DTMDocument.java
  
  Index: DTMDocument.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/src/org/apache/xalan/lib/sql/DTMDocument.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- DTMDocument.java	17 Jan 2002 19:17:45 -0000	1.5
  +++ DTMDocument.java	17 Jan 2002 19:29:38 -0000	1.6
  @@ -106,7 +106,7 @@
   
     /**
      */
  -  private boolean DEBUG = true;
  +  private boolean DEBUG = false;
   
     /**
      */
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org