Skip to content

Commit 401c9e8

Browse files
committed
Small fix
1 parent f136489 commit 401c9e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/framework/src/main/java/org/elasticsearch/datageneration/datasource/MultifieldAddonHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
public class MultifieldAddonHandler implements DataSourceHandler {
2121

22-
private static final String PLACEHOLDER_NAME = "_an_improbably_placeholder_name";
22+
private static final String PLACEHOLDER_NAME = "_an_improbable_placeholder_name";
2323
private static final float DEFAULT_CHANCE_OF_CHILD_FIELD = 0.5f;
2424
private final Map<FieldType, List<FieldType>> subfieldTypes;
2525
private final float chanceOfChildField;

0 commit comments

Comments
 (0)