[DOCS] Fixed typo in IndexRequestBuilder Javadocs
This commit is contained in:
parent
9797e343aa
commit
10cb136eb0
|
@ -204,7 +204,7 @@ public class IndexRequestBuilder extends ShardReplicationOperationRequestBuilder
|
|||
|
||||
/**
|
||||
* Constructs a simple document with a field name and value pairs.
|
||||
* <b>Note: the number of objects passed to this method must be and even number.</b>
|
||||
* <b>Note: the number of objects passed to this method must be an even number.</b>
|
||||
*/
|
||||
public IndexRequestBuilder setSource(Object... source) {
|
||||
request.source(source);
|
||||
|
|
Loading…
Reference in New Issue