andyc 2003/02/03 00:44:44
Modified: java/src/org/apache/xerces/impl XMLEntityScanner.java
Log:
Update comment.
Revision Changes Path
1.12 +7 -7 xml-xerces/java/src/org/apache/xerces/impl/XMLEntityScanner.java
Index: XMLEntityScanner.java
===================================================================
RCS file:
/home/cvs/xml-xerces/java/src/org/apache/xerces/impl/XMLEntityScanner.java,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- XMLEntityScanner.java 31 Jan 2003 21:58:16 -0000 1.11
+++ XMLEntityScanner.java 3 Feb 2003 08:44:43 -0000 1.12
@@ -894,12 +894,12 @@
// The change would avoid the array copies and increase
// performance. -Ac
//
- // Currently, this method is only called for scanning
- // CDATA sections and processing instruction data. So
- // if this code is updated to NOT buffer, the scanning
- // code for processing instructions will need to be
- // updated to do its own buffering. The code for CDATA
- // sections is safe as-is. -Ac
+ // Currently, this method is called for scanning CDATA
+ // sections, comments, and processing instruction data.
+ // So if this code is updated to NOT buffer, the scanning
+ // code for comments and processing instructions will
+ // need to be updated to do its own buffering. The code
+ // for CDATA sections is safe as-is. -Ac
boolean found = false;
int delimLen = delimiter.length();
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]