Correct some of the jdk17-offending javadocs.

This commit is contained in:
Dawid Weiss 2021-04-05 20:21:52 +02:00
parent baceb16904
commit 2773172455
1 changed files with 0 additions and 2 deletions

View File

@ -34,8 +34,6 @@ import org.apache.lucene.util.RamUsageEstimator;
* 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.
*/
public abstract class ScoringRewrite<B> extends TermCollectingRewrite<B> {