mbien commented on code in PR #8826:
URL: https://github.com/apache/netbeans/pull/8826#discussion_r2369326550


##########
java/maven/src/org/netbeans/modules/maven/ActionProviderImpl.java:
##########
@@ -570,6 +570,7 @@ public void actionPerformed(java.awt.event.ActionEvent e) {
             Object retValue = DialogDisplayer.getDefault().notify(dd);
             if (retValue == DialogDescriptor.OK_OPTION) {
                 pnl.applyValues(mapping);
+                maps.getActions().remove(mapping); // deduplicate

Review Comment:
   no, this is just convenience that the same item isn't repeatedly stored in 
history if you re-run it. marked the main fix via comment
   
   



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

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to