sboag 00/10/17 11:44:34
Modified: java/src/org/apache/serialize OutputFormat.java
Log:
Changed the default indent amount to zero... for optimization purposes.
Revision Changes Path
1.2 +1 -1 xml-xalan/java/src/org/apache/serialize/OutputFormat.java
Index: OutputFormat.java
===================================================================
RCS file:
/home/cvs/xml-xalan/java/src/org/apache/serialize/OutputFormat.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- OutputFormat.java 2000/10/13 02:33:06 1.1
+++ OutputFormat.java 2000/10/17 18:44:31 1.2
@@ -125,7 +125,7 @@
/**
* The amount to indent a line, when indent is set to true.
*/
- private int _indentAmount = 4;
+ private int _indentAmount = 0;
/**
* The encoding to use, if an input stream is used, UTF-8 for