andyc 99/11/24 17:07:59
Modified: java/src/org/apache/xerces/dom DeferredDocumentImpl.java
Log:
Oops! Left a debugging boolean set to true. It only affected
the code compiled for output of some debugging tables by the
print() method, though.
Revision Changes Path
1.3 +1 -1
xml-xerces/java/src/org/apache/xerces/dom/DeferredDocumentImpl.java
Index: DeferredDocumentImpl.java
===================================================================
RCS file:
/home/cvs/xml-xerces/java/src/org/apache/xerces/dom/DeferredDocumentImpl.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- DeferredDocumentImpl.java 1999/11/25 00:53:49 1.2
+++ DeferredDocumentImpl.java 1999/11/25 01:07:59 1.3
@@ -93,7 +93,7 @@
// debugging
/** To include code for printing the ref count tables. */
- private static final boolean DEBUG_PRINT_REF_COUNTS = true;
+ private static final boolean DEBUG_PRINT_REF_COUNTS = false;
/** To include code for printing the internal tables. */
private static final boolean DEBUG_PRINT_TABLES = false;