Skip to content

Commit b407867

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 9e17d81 commit b407867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/elasticsearch/index/fieldvisitor/IgnoredSourceFieldLoader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ public void binaryField(FieldInfo fieldInfo, byte[] value) throws IOException {
112112
var result = IgnoredSourceFieldMapper.decodeIfMatch(value, potentialFieldsInIgnoreSource);
113113
if (result != null) {
114114
// TODO: can't do this in case multiple entries for the same field name. (objects, arrays etc.)
115-
// done = true;
115+
// done = true;
116116
values.add(result);
117117
}
118118
}

0 commit comments

Comments
 (0)