Skip to content

Commit

Permalink
Update 1.6 source files to comply with the new checkstyle rule
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatan-ivanov committed Feb 11, 2021
1 parent fea389d commit 185fc69
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ public final NumericQuery value(Function<Search, Search> search) {
}
}

public static abstract class NumericQuery {
public abstract static class NumericQuery {
protected final String name;
private final Tags tags;

Expand Down

0 comments on commit 185fc69

Please sign in to comment.