mirror of
https://github.com/apache/lucene.git
synced 2025-02-09 11:35:14 +00:00
Correct some of the jdk17-offending javadocs.
This commit is contained in:
parent
baceb16904
commit
2773172455
@ -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> {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user