SOLR-2993: javadoc fix.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1346138 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
James Dyer 2012-06-04 20:11:40 +00:00
parent 050f6c7a3c
commit e7335a5ff3
1 changed files with 2 additions and 2 deletions

View File

@ -93,13 +93,13 @@ public class WordBreakSolrSpellChecker extends SolrSpellChecker {
public enum BreakSuggestionTieBreaker {
/**
* See
* {@link WordBreakSpellChecker.BreakSuggestionSortMethod#NUM_CHANGES_THEN_MAX_FREQUENCY}
* {@link BreakSuggestionSortMethod#NUM_CHANGES_THEN_MAX_FREQUENCY}
* #
*/
MAX_FREQ,
/**
* See
* {@link WordBreakSpellChecker.BreakSuggestionSortMethod#NUM_CHANGES_THEN_SUMMED_FREQUENCY}
* {@link BreakSuggestionSortMethod#NUM_CHANGES_THEN_SUMMED_FREQUENCY}
*/
SUM_FREQ
};