sboag 00/11/14 08:51:47
Modified: java/src/javax/xml/transform Features.java
Log:
Removed JavaDoc part about doing identity comparisons.
Revision Changes Path
1.2 +1 -4 xml-xalan/java/src/javax/xml/transform/Features.java
Index: Features.java
===================================================================
RCS file: /home/cvs/xml-xalan/java/src/javax/xml/transform/Features.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Features.java 2000/11/03 23:22:09 1.1
+++ Features.java 2000/11/14 16:51:47 1.2
@@ -58,10 +58,7 @@
/**
* This class defines feature URLs that are supported by
- * the TrAX subpackages, such as sax, dom, etc. Using these
- * values allows the transformer to do an identity comparison
- * instead of a lexical comparison, which can greatly improve
- * the performance of TransformerFactory#getFeature.
+ * the TrAX subpackages, such as sax, dom, etc.
*/
public class Features
{