fix javadoc for index changes

This commit is contained in:
2026-01-12 12:07:40 -05:00
parent 560e147333
commit 52caf9b555
@@ -102,7 +102,8 @@ public class AcsReconcileService implements InitializingBean, DisposableBean {
* *
* @param fromDbId A node database ID, inclusive. * @param fromDbId A node database ID, inclusive.
* @param toDbId A node database ID, exclusive. * @param toDbId A node database ID, exclusive.
* @param reindexUnreconciled For nodes not found in Solr, attempt to re-index against all applicable Solr instances. * @param indexUnreconciled For nodes not found in Solr, attempt to index against all applicable Solr instances.
* @param reindexReconciled For nodes found in Solr, attempt to re-index against all applicable Solr instances.
* @param callback A callback to process multiple returned values from the re-index. * @param callback A callback to process multiple returned values from the re-index.
* @param queueTimeout A timeout for how long the calling thread should wait for space on the queue. * @param queueTimeout A timeout for how long the calling thread should wait for space on the queue.
* @param queueUnit The time units for the `queueTimeout`. * @param queueUnit The time units for the `queueTimeout`.