Skip to content

Commit c56ec16

Browse files
not: add a comment
1 parent 502c710 commit c56ec16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/elasticsearch/index/mapper/MapperFeatures.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public Set<NodeFeature> getTestFeatures() {
7777
DYNAMIC_HANDLING_IN_COPY_TO,
7878
SourceFieldMapper.SYNTHETIC_RECOVERY_SOURCE,
7979
ObjectMapper.SUBOBJECTS_FALSE_MAPPING_UPDATE_FIX,
80-
USE_SYNTHETIC_SOURCE_FOR_RECOVERY_BY_DEFAULT
80+
USE_SYNTHETIC_SOURCE_FOR_RECOVERY_BY_DEFAULT // NOTE: only for snapshot builds
8181
);
8282
}
8383
}

0 commit comments

Comments
 (0)