Skip to content

Commit a3a6ce6

Browse files
committed
fix line length violation
1 parent f782f61 commit a3a6ce6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

core/src/main/java/org/elasticsearch/search/fetch/FetchPhase.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,10 @@ private Map<String, DocumentField> getSearchFields(SearchContext context, int ne
317317
return searchFields;
318318
}
319319

320-
private SearchHit.NestedIdentity getInternalNestedIdentity(SearchContext context, int nestedSubDocId, LeafReaderContext subReaderContext, MapperService mapperService, ObjectMapper nestedObjectMapper) throws IOException {
320+
private SearchHit.NestedIdentity getInternalNestedIdentity(SearchContext context, int nestedSubDocId,
321+
LeafReaderContext subReaderContext,
322+
MapperService mapperService,
323+
ObjectMapper nestedObjectMapper) throws IOException {
321324
int currentParent = nestedSubDocId;
322325
ObjectMapper nestedParentObjectMapper;
323326
ObjectMapper current = nestedObjectMapper;

0 commit comments

Comments
 (0)