You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "michael-o (via GitHub)" <gi...@apache.org> on 2023/02/08 09:01:31 UTC

[GitHub] [maven] michael-o commented on a diff in pull request #988: Pattern normalization

michael-o commented on code in PR #988:
URL: https://github.com/apache/maven/pull/988#discussion_r1099837621


##########
maven-model-builder/src/main/java/org/apache/maven/model/validation/DefaultModelValidator.java:
##########
@@ -68,7 +68,7 @@
 @Singleton
 public class DefaultModelValidator implements ModelValidator {
 
-    private static final Pattern CI_FRIENDLY_EXPRESSION = Pattern.compile("\\$\\{(.+?)\\}");
+    private static final Pattern CI_FRIENDLY_EXPRESSION = Pattern.compile("\\$\\{(.+?)}");

Review Comment:
   Why unbalanced?



-- 
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: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org