Skip to content

Commit

Permalink
Spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
albertzaharovits committed Jun 10, 2024
1 parent 6882441 commit 6eebc4b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ public Set<String> translatePattern(String fieldNameOrPattern) {
return indexFieldNames;
}

static abstract class FieldNameTranslator {
abstract static class FieldNameTranslator {

private final Function<String, String> translationFunc;

Expand Down

0 comments on commit 6eebc4b

Please sign in to comment.