Skip to content

Commit 4a0baaa

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent d4046b5 commit 4a0baaa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

server/src/main/java/org/elasticsearch/index/mapper/flattened/FlattenedFieldMapper.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@
9191
import java.io.IOException;
9292
import java.io.UncheckedIOException;
9393
import java.util.ArrayList;
94-
import java.util.Arrays;
9594
import java.util.Collections;
9695
import java.util.HashMap;
9796
import java.util.Iterator;

server/src/main/java/org/elasticsearch/index/mapper/flattened/FlattenedFieldParser.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ class FlattenedFieldParser {
5858
String nullValue,
5959
boolean usesBinaryDocValues,
6060
boolean storeRoot,
61-
Map<String, KeywordFieldMapper> mappedFields) {
61+
Map<String, KeywordFieldMapper> mappedFields
62+
) {
6263
this.rootFieldFullPath = rootFieldFullPath;
6364
this.keyedFieldFullPath = keyedFieldFullPath;
6465
this.keyedIgnoredValuesFieldFullPath = keyedIgnoredValuesFieldFullPath;

0 commit comments

Comments
 (0)