michael-o commented on code in PR #623:
URL: 
https://github.com/apache/maven-doxia-sitetools/pull/623#discussion_r2873899788


##########
doxia-integration-tools/src/main/java/org/apache/maven/doxia/tools/SiteTool.java:
##########
@@ -43,7 +43,10 @@ public interface SiteTool {
      *
      * @see Locale#ROOT
      */
-    Locale DEFAULT_LOCALE = Locale.ROOT;
+    Locale DEFAULT_LOCALE = new Locale(

Review Comment:
   I can merge into one properly and pull up the parse method into the 
interface as a static method.



-- 
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]

Reply via email to