mbien commented on a change in pull request #3185:
URL: https://github.com/apache/netbeans/pull/3185#discussion_r714797868
##########
File path:
platform/openide.explorer/src/org/netbeans/modules/openide/explorer/ExternalDragAndDrop.java
##########
@@ -59,7 +59,7 @@ public static Transferable maybeAddExternalFileDnd( Multi
multi ) {
Transferable res = multi;
try {
MultiTransferObject mto = (MultiTransferObject)
multi.getTransferData(ExTransferable.multiFlavor);
- final ArrayList fileList = new ArrayList( mto.getCount() );
+ final List fileList = new ArrayList<>( mto.getCount() );
Review comment:
no worries @BradWalker keep up the great (renovation) work. There is
always the next PR :)
--
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