You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by je...@locus.apache.org on 2000/06/03 01:08:34 UTC

cvs commit: xml-xerces/java/src/org/apache/xerces/utils/regex ParserForXMLSchema.java

jeffreyr    00/06/02 16:08:33

  Modified:    java/src/org/apache/xerces/utils/regex
                        ParserForXMLSchema.java
  Log:
  Kento patch
  
  Revision  Changes    Path
  1.2       +2 -2      xml-xerces/java/src/org/apache/xerces/utils/regex/ParserForXMLSchema.java
  
  Index: ParserForXMLSchema.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/utils/regex/ParserForXMLSchema.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ParserForXMLSchema.java	2000/04/04 19:31:31	1.1
  +++ ParserForXMLSchema.java	2000/06/02 23:08:32	1.2
  @@ -74,10 +74,10 @@
   class ParserForXMLSchema extends RegexParser {
   
       public ParserForXMLSchema() {
  -        this.setLocale(Locale.getDefault());
  +        //this.setLocale(Locale.getDefault());
       }
       public ParserForXMLSchema(Locale locale) {
  -        this.setLocale(locale);
  +        //this.setLocale(locale);
       }
   
       Token processCaret() throws ParseException {