Skip to content

Commit

Permalink
Correct some of the jdk17-offending javadocs (Lucene #2)
Browse files Browse the repository at this point in the history
  • Loading branch information
dweiss authored and uschindler committed Apr 7, 2021
1 parent 6da3f99 commit a0fb55c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
/**
* Base rewrite method that translates each term into a query, and keeps
* the scores as computed by the query.
* <p>
* @lucene.internal Only public to be accessible by spans package. */
* @lucene.internal Only public to be accessible by spans package.
*/
public abstract class ScoringRewrite<B> extends TermCollectingRewrite<B> {

/** A rewrite method that first translates each term into
Expand Down

0 comments on commit a0fb55c

Please sign in to comment.