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/11/20 23:02:53 UTC

[GitHub] [netbeans] BradWalker commented on a change in pull request #1628: [NETBEANS-3393] - cleanup ArrayList uncheck conversion

BradWalker commented on a change in pull request #1628: [NETBEANS-3393] - cleanup ArrayList uncheck conversion
URL: https://github.com/apache/netbeans/pull/1628#discussion_r348790239
 
 

 ##########
 File path: ide/versioning.util/src/org/netbeans/modules/turbo/Turbo.java
 ##########
 @@ -366,7 +366,7 @@ public Object getMonitoredKey(Object key) {
 
     public void addTurboListener(TurboListener l) {
         synchronized(listeners) {
-            List<TurboListener> copy = new ArrayList<>(listeners);
+            List<TurboListener> copy = new ArrayList<TurboListener>(listeners);
 
 Review comment:
   Have no idea.. Good catch and it's been changed..

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