Skip to content

Commit 505d4ec

Browse files
author
Harsh Kothari
committed
Merge conflict resolution
Signed-off-by: Harsh Kothari <[email protected]>
1 parent 13688c7 commit 505d4ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

server/src/main/java/org/opensearch/index/IndexSettings.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -788,7 +788,8 @@ public static IndexMergePolicy fromString(String text) {
788788
true,
789789
Property.Dynamic,
790790
Property.IndexScope
791-
791+
);
792+
792793
public static final Setting<Boolean> INDEX_DERIVED_SOURCE_SETTING = Setting.boolSetting(
793794
"index.derived_source.enabled",
794795
false,

0 commit comments

Comments
 (0)