LUCENE-3523: Javadoc fix

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1344401 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
James Dyer 2012-05-30 18:41:13 +00:00
parent b2a864c7ce
commit 2d91c246d7
1 changed files with 5 additions and 0 deletions

View File

@ -42,6 +42,11 @@ public class WordBreakSpellChecker {
public static final Term SEPARATOR_TERM = new Term("", "");
/**
* <p>
* Determines the order to list word break suggestions
* </p>
*/
public enum BreakSuggestionSortMethod {
/**
* <p>