diff --git a/client/java/solrj/src/org/apache/solr/client/solrj/SolrQuery.java b/client/java/solrj/src/org/apache/solr/client/solrj/SolrQuery.java index e826b8030b5..a37f9c70156 100644 --- a/client/java/solrj/src/org/apache/solr/client/solrj/SolrQuery.java +++ b/client/java/solrj/src/org/apache/solr/client/solrj/SolrQuery.java @@ -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 ) {