Fix copy-pasted javadoc error

This commit is contained in:
Benjamin Devèze 2011-08-11 17:56:43 +02:00 committed by Shay Banon
parent 252ba57703
commit 32fcd91e2b
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ import org.elasticsearch.common.lucene.document.ResetFieldSelector;
import org.elasticsearch.index.mapper.internal.SourceFieldMapper;
/**
* An optimized field selector that loads just the uid and the source.
* A field selector that loads all fields except the source field.
*
* @author kimchy (shay.banon)
*/