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

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 * Base rewrite method that translates each term into a query, and keeps the scores as computed by
* the query. * 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> { public abstract class ScoringRewrite<B> extends TermCollectingRewrite<B> {