fixed getDescription for HtmlFormatter

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@557874 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mike Klaas 2007-07-20 05:39:15 +00:00
parent 9c0d22fe9b
commit 5ddcd5543c
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ public class HtmlFormatter extends HighlightingPluginBase implements SolrFormatt
@Override
public String getDescription() {
return "GapFragmenter";
return "HtmlFormatter";
}
@Override