Skip to content

Commit ff02d40

Browse files
fix: checkstyle line longer thatn 140
1 parent 1e08b57 commit ff02d40

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1037,7 +1037,8 @@ private DateFieldMapper(
10371037
* the index sorting configuration must include the {@code @timestamp} field.
10381038
*
10391039
* @param indexCreatedVersion The version of the index when it was created.
1040-
* @param useDocValuesSkipper Whether the doc values skipper feature is enabled via the {@code index.mapping.use_doc_values_skipper} setting.
1040+
* @param useDocValuesSkipper Whether the doc values skipper feature is enabled via the {@code index.mapping.use_doc_values_skipper}
1041+
* setting.
10411042
* @param hasDocValues Whether the field has doc values enabled.
10421043
* @param indexMode The index mode, which must be {@link IndexMode#LOGSDB}.
10431044
* @param indexSortConfig The index sorting configuration, which must include the {@code @timestamp} field.

0 commit comments

Comments
 (0)