[DOCS] Fixed typo in IndexRequestBuilder Javadocs

This commit is contained in:
stephlag 2014-05-22 18:15:20 +02:00 committed by Luca Cavanna
parent 9797e343aa
commit 10cb136eb0
1 changed files with 1 additions and 1 deletions

View File

@ -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);