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 2019/09/19 19:43:02 UTC

[GitHub] [netbeans] BradWalker commented on a change in pull request #1514: [NETBEANS-3107] - cleanup use of generics

BradWalker commented on a change in pull request #1514: [NETBEANS-3107] - cleanup use of generics
URL: https://github.com/apache/netbeans/pull/1514#discussion_r326351887
 
 

 ##########
 File path: profiler/lib.profiler/src/org/netbeans/lib/profiler/results/BaseCallGraphBuilder.java
 ##########
 @@ -42,7 +42,7 @@
 
     //~ Instance fields ----------------------------------------------------------------------------------------------------------
 
-    protected List /*<Runnable>*/ afterBatchCommands = new ArrayList /*<Runnable>*/();
+    protected List <Runnable> afterBatchCommands = new ArrayList<>();
 
 Review comment:
   I should have thought about that.. But, when I start making these mass changes, I kinda get into a rhythm.
   
   And that's why we do code reviews..
   
   Thanks for the code review!
   
   

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