Skip to content

Commit 2002c2c

Browse files
committed
javadoc related error
1 parent 3816c0d commit 2002c2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/opensearch/index/mapper/DerivedFieldValueFetcher.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import java.util.List;
1717

1818
/**
19-
* The value fetcher contains logic to execute script and fetch the value in form of List<Object>.
19+
* The value fetcher contains logic to execute script and fetch the value in form of list of object.
2020
* It expects DerivedFieldScript.LeafFactory as an input and sets the contract with consumer to call
2121
* {@link #setNextReader(LeafReaderContext)} whenever a segment is switched.
2222
*/

0 commit comments

Comments
 (0)