Skip to content

Commit

Permalink
Reduce visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
jpountz committed Jun 13, 2023
1 parent c330329 commit e3a5b30
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import org.apache.lucene.util.BytesRef;

/** Wraps a term and boost */
public class TermAndBoost {
final class TermAndBoost {
/** the term */
public final BytesRef term;
/** the boost */
Expand Down

0 comments on commit e3a5b30

Please sign in to comment.