Pankraz76 commented on code in PR #2395:
URL: https://github.com/apache/maven/pull/2395#discussion_r2117659775


##########
compat/maven-model-builder/src/main/java/org/apache/maven/model/building/ModelProblemUtils.java:
##########
@@ -98,15 +98,10 @@ static String toId(Model model) {
      * @return The user-friendly artifact id, never {@code null}.
      */
     static String toId(String groupId, String artifactId, String version) {
-        StringBuilder buffer = new StringBuilder(128);

Review Comment:
   - https://github.com/apache/maven/pull/2415



-- 
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-unsubscr...@maven.apache.org

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

Reply via email to