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/11/28 10:59:15 UTC

[GitHub] [netbeans] mklaehn commented on a change in pull request #2566: [NETBEANS-5074] - cleanup ArrayList warnings..

mklaehn commented on a change in pull request #2566:
URL: https://github.com/apache/netbeans/pull/2566#discussion_r532026010



##########
File path: java/java.sourceui/src/org/netbeans/modules/java/source/ui/OpenProjectFastIndex.java
##########
@@ -550,7 +550,7 @@ private PI getCacheInfo(Project p) {
         private final int         size;
         private final Project     project;
         
-        NameIndex(Project p, FileObject root, String files, ArrayList indices) {
+        NameIndex(Project p, FileObject root, String files, List indices) {

Review comment:
       ```suggestion
           NameIndex(Project p, FileObject root, String files, List<Object[]> indices) {
   ```




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



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