You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2021/12/02 20:08:53 UTC

[GitHub] [maven] cstamas commented on a change in pull request #584: [MNG-7309] Remove redundant MojoDescriptor parameterMap

cstamas commented on a change in pull request #584:
URL: https://github.com/apache/maven/pull/584#discussion_r761429449



##########
File path: maven-plugin-api/src/main/java/org/apache/maven/plugin/descriptor/MojoDescriptor.java
##########
@@ -229,20 +227,18 @@ public void addParameter( Parameter parameter )
     }
 
     /**
-     * @return the list parameters as a Map
+     * @return the list parameters as a Map that is built from {@link #parameters} list. Any change to this map is NOT
+     *         reflected on list and other way around!

Review comment:
       Fixed




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