rishabhdaim commented on code in PR #1678:
URL: https://github.com/apache/jackrabbit-oak/pull/1678#discussion_r1752305432


##########
oak-run/src/main/java/org/apache/jackrabbit/oak/index/IndexDefinitionUpdater.java:
##########
@@ -130,7 +130,7 @@ private void writeReindexingLuceneDefs(String outFilePath, 
List<String> reindexi
     }
 
     private List<String> getReindexIndexPaths() {
-        return 
stream(store.getRoot().getChildNode(INDEX_DEFINITIONS_NAME).getChildNodeEntries().spliterator(),
 false)
+        return 
StreamSupport.stream(store.getRoot().getChildNode(INDEX_DEFINITIONS_NAME).getChildNodeEntries().spliterator(),
 false)

Review Comment:
   It is returning `List` not `Set`



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

Reply via email to