SingingBush commented on code in PR #41:
URL: https://github.com/apache/xerces-j/pull/41#discussion_r2483700248


##########
src/org/apache/xerces/impl/xpath/regex/RegexParser.java:
##########
@@ -84,10 +84,21 @@ static class ReferencePosition {
     public RegexParser() {
         this.setLocale(Locale.getDefault());
     }
+
+    /**
+     * Create a new RegexParser with the desired locale.
+     *
+     * @param locale value of the desired locale or null

Review Comment:
   fixed now



##########
src/org/apache/xerces/impl/xpath/regex/RegexParser.java:
##########
@@ -84,10 +84,21 @@ static class ReferencePosition {
     public RegexParser() {
         this.setLocale(Locale.getDefault());
     }
+
+    /**
+     * Create a new RegexParser with the desired locale.
+     *
+     * @param locale value of the desired locale or null
+     */
     public RegexParser(Locale locale) {
         this.setLocale(locale);
     }
 
+    /**
+     * Set the locale for the regex parser.
+     *
+     * @param locale value of the desired locale or null

Review Comment:
   fixed now



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to