Skip to content

Commit 667d889

Browse files
authored
Update ElasticsearchSinkConnectorConfig.java
1 parent e255098 commit 667d889

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/main/java/io/confluent/connect/elasticsearch/ElasticsearchSinkConnectorConfig.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -698,15 +698,15 @@ private static void addConversionConfigs(ConfigDef configDef) {
698698
BEHAVIOR_ON_MALFORMED_DOCS_DISPLAY,
699699
new EnumRecommender<>(BehaviorOnMalformedDoc.class)
700700
).define(
701-
EXTERNAL_VERSION_HEADER_CONFIG,
701+
EXTERNAL_VERSION_HEADER_CONFIG,
702702
Type.STRING,
703-
EXTERNAL_VERSION_HEADER_DEFAULT,
703+
EXTERNAL_VERSION_HEADER_DEFAULT,
704704
Importance.LOW,
705-
EXTERNAL_VERSION_HEADER_DOC,
705+
EXTERNAL_VERSION_HEADER_DOC,
706706
DATA_CONVERSION_GROUP,
707707
++order,
708708
Width.SHORT,
709-
EXTERNAL_VERSION_HEADER_DISPLAY
709+
EXTERNAL_VERSION_HEADER_DISPLAY
710710
).define(
711711
WRITE_METHOD_CONFIG,
712712
Type.STRING,

0 commit comments

Comments
 (0)