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

Reply via email to