fix javadoc warning

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1128246 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2011-05-27 10:38:18 +00:00
parent 1aceb50817
commit a7477fa696
1 changed files with 1 additions and 1 deletions

View File

@ -284,7 +284,7 @@ public class DefaultSolrHighlighter extends SolrHighlighter implements PluginInf
/**
* Return a {@link org.apache.lucene.search.highlight.Fragmenter} appropriate for this field. If a fragmenter
* has not been configured for this field, fall back to the configured
* default or the solr default ({@link org.apache.lucene.search.highlight.GapFragmenter}).
* default or the solr default ({@link GapFragmenter}).
*
* @param fieldName The name of the field
* @param params The params controlling Highlighting