Skip to content

Commit

Permalink
fix javadoc for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
cmacdonald committed Nov 1, 2023
1 parent f1b9e93 commit 3e0d983
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ public void index(Collection[] collections) {
* <tt>indexing.max.docs.per.builder</tt>, if the value of
* this property is greater than zero, and then it mertges
* the generated data structures.
* @param collections The document collection objects to index.
* @param collection The document collection object to index.
*/
public void index(Collection collection) {
int counter = 0;
Expand Down

0 comments on commit 3e0d983

Please sign in to comment.