Skip to content

Commit

Permalink
HSEARCH-4479 Remove redundant public modifier reported by checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
Vyom-Yadav authored and yrodiere committed Feb 7, 2022
1 parent 091d79a commit 113c9cd
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -25,7 +25,7 @@ public interface RangeMatchingContext extends FieldCustomization<RangeMatchingCo
//FIXME: Is <T> correct or should we specialize to String and Numeric (or all the numeric types?
<T> FromRangeContext<T> from(T from);

public interface FromRangeContext<T> {
interface FromRangeContext<T> {
RangeTerminationExcludable to(T to);
FromRangeContext<T> excludeLimit();
}
Expand Down

0 comments on commit 113c9cd

Please sign in to comment.