--- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/XMLDocumentFragmentScannerImpl.java 2017-12-21 15:35:35.458409440 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/XMLDocumentFragmentScannerImpl.java 2017-12-21 15:35:34.628328398 -0800 @@ -1670,7 +1670,7 @@ // Take advantage of the fact that next string _should_ be "fElementQName.rawName", //In scanners most of the time is consumed on checks done for XML characters, we can // optimize on it and avoid the checks done for endElement, - //we will also avoid symbol table lookup - neeraj.bajaj@sun.com + //we will also avoid symbol table lookup. // this should work both for namespace processing true or false... @@ -2461,7 +2461,6 @@ * we dont need to set the value for every end element encouterd. * For Well formedness checks we can have the same QName object that was pushed. * the values will be set only if application need to know about the endElement - * -- neeraj.bajaj@sun.com */ public QName getLastPoppedElement(){