< prev index next >

src/com/sun/org/apache/xerces/internal/parsers/NonValidatingConfiguration.java

Print this page
rev 2127 : 8048021: Remove @version tag in jaxp repo
Reviewed-by: joehw

@@ -56,11 +56,10 @@
  * non-validating XML processor, since conformant non-validating processor is required
  * to process "all the declarations they read in the internal DTD subset ... must use the information in those declarations to normalize attribute values,
  * include the replacement text of internal entities, and supply default attribute values".
  *
  * @author Elena Litani, IBM
- * @version $Id: NonValidatingConfiguration.java,v 1.7 2010-11-01 04:40:09 joehw Exp $
  */
 public class NonValidatingConfiguration
     extends BasicParserConfiguration
     implements XMLPullParserConfiguration {
 
< prev index next >