grchiu 2003/01/10 21:34:06
Modified: java/src/org/apache/xalan/templates OutputProperties.java
Log:
Small cleanup regarding bugzilla 6157.
Removed m_propertiesLevels field as it's no longer required.
Revision Changes Path
1.25 +0 -10
xml-xalan/java/src/org/apache/xalan/templates/OutputProperties.java
Index: OutputProperties.java
===================================================================
RCS file:
/home/cvs/xml-xalan/java/src/org/apache/xalan/templates/OutputProperties.java,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- OutputProperties.java 10 Jan 2003 20:12:26 -0000 1.24
+++ OutputProperties.java 11 Jan 2003 05:34:06 -0000 1.25
@@ -926,7 +926,6 @@
super.compose(sroot);
- m_propertiesLevels = null;
}
/**
@@ -1031,15 +1030,6 @@
|| key.equals(OutputKeys.VERSION)
|| (key.length() > 0) && (key.charAt(0) == '{'));
}
-
- /**
- * This ugly field is used during recomposition to track the import
precedence
- * at which each attribute was first specified, so we can flag errors
about values being
- * set multiple time at the same precedence level. Note that this field
is only used
- * during recomposition, with the OutputProperties object owned by the
- * [EMAIL PROTECTED] org.apache.xalan.templates.StylesheetRoot} object.
- */
- private transient Hashtable m_propertiesLevels;
/** The output properties.
* @serial */
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]