mbien commented on code in PR #302:
URL: https://github.com/apache/maven-indexer/pull/302#discussion_r1166968347
##########
indexer-core/src/main/java/org/apache/maven/index/updater/DefaultIndexUpdater.java:
##########
@@ -233,7 +233,7 @@ private static void filterDirectory(final Directory
directory, final DocumentFil
continue;
}
- Document d = r.document(i);
+ Document d = r.storedFields().document(i);
Review Comment:
just in case someone is wondering what this does: it removes a deprecation
warning
--
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]