Skip to content

Commit

Permalink
change access modified for DerivedFieldSupportedTypes
Browse files Browse the repository at this point in the history
Signed-off-by: Rishabh Maurya <[email protected]>
  • Loading branch information
rishabhmaurya committed Mar 21, 2024
1 parent 761a383 commit 4fc8cf6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
import java.util.function.Function;
import java.util.stream.Collectors;

public enum DerivedFieldSupportedTypes {
enum DerivedFieldSupportedTypes {

BOOLEAN("boolean", (name, context) -> {
BooleanFieldMapper.Builder builder = new BooleanFieldMapper.Builder(name);
Expand Down

0 comments on commit 4fc8cf6

Please sign in to comment.