Skip to content

Commit ba0434b

Browse files
committed
s/:/./
1 parent b89660a commit ba0434b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@ private static void throwOnCreateDynamicNestedViaCopyTo(Mapper dynamicObjectMapp
613613
}
614614

615615
private static void parseArray(DocumentParserContext context, String lastFieldName) throws IOException {
616-
// Record previous immediate parent, so that it can be reset after array has been parsed:
616+
// Record previous immediate parent, so that it can be reset after array has been parsed.
617617
// This is for recording array offset with synthetic source. Only if the immediate parent is an array,
618618
// then we offsets can be accounted accurately.
619619
var prev = context.getImmediateXContentParent();

0 commit comments

Comments
 (0)