javadoc fix

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@660511 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Erik Hatcher 2008-05-27 13:35:45 +00:00
parent da6341f0ec
commit 81731ea9b8
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ public class SolrQuery extends ModifiableSolrParams
/** add a field for facet computation
*
* @param f the field name from the IndexSchema
* @param fields the field name from the IndexSchema
*/
public void addFacetField(String ... fields) {
for( String f : fields ) {