Skip to content

Commit 307869a

Browse files
martijnvgkkrik-es
andauthored
typo jdocs
Co-authored-by: Kostas Krikellas <[email protected]>
1 parent b8fcd16 commit 307869a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/elasticsearch/search/lookup/SourceProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ static SourceProvider fromLookup(MappingLookup lookup, SourceFilter filter, Sour
4343
* Currently this is only the case if source mode is synthetic, and only a subset of fields is requested,
4444
* then only loading source for requested fields is much more efficient.
4545
*
46-
* @param sourceFilter The part of the source caller is actually interested in.
46+
* @param sourceFilter The part of the source the caller is actually interested in.
4747
* @return a new instance if source can be loaded in a more optimal way, otherwise returns this instance.
4848
*/
4949
default SourceProvider optimizedSourceProvider(SourceFilter sourceFilter) {

0 commit comments

Comments
 (0)