You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2020/01/07 19:52:39 UTC

[GitHub] [netbeans] BradWalker commented on a change in pull request #1852: [NETBEANS-3670] - cleanup addElement() unchecked calls

BradWalker commented on a change in pull request #1852:  [NETBEANS-3670] - cleanup addElement() unchecked calls
URL: https://github.com/apache/netbeans/pull/1852#discussion_r363922086
 
 

 ##########
 File path: ide/project.ant.ui/src/org/netbeans/spi/project/support/ant/ui/LicenseHeadersPanel.java
 ##########
 @@ -22,6 +22,7 @@
 import java.awt.event.ActionListener;
 import java.io.IOException;
 import javax.swing.Action;
+import javax.swing.ListModel;
 
 Review comment:
   good eyes.. I sometimes miss things like this since I'm editing so many files at once..
   
   thanks!

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

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