mirror of https://github.com/apache/lucene.git
Fixing spotless violations
Signed-off-by: Ankit Jain <akjain@amazon.com>
This commit is contained in:
parent
918add714a
commit
e16639bacd
|
@ -240,9 +240,7 @@ public abstract class PointRangeQuery extends Query {
|
|||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Weight implementation used by Point Range Query
|
||||
*/
|
||||
/** Weight implementation used by Point Range Query */
|
||||
public static class PRQWeightImpl extends ConstantScoreWeight {
|
||||
private final PRQConfig config;
|
||||
private final ScoreMode scoreMode;
|
||||
|
|
Loading…
Reference in New Issue