< prev index next >

src/com/sun/org/apache/xerces/internal/impl/xpath/regex/ParserForXMLSchema.java

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

*** 28,38 **** * A regular expression parser for the XML Schema. * * @xerces.internal * * @author TAMURA Kent &lt;kent@trl.ibm.co.jp&gt; - * @version $Id: ParserForXMLSchema.java,v 1.9 2010-11-12 18:09:45 joehw Exp $ */ class ParserForXMLSchema extends RegexParser { public ParserForXMLSchema() { //this.setLocale(Locale.getDefault()); --- 28,37 ----
< prev index next >