fix javadocs warning

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1166784 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2011-09-08 16:36:30 +00:00
parent 128aaf8387
commit 0279c192a9
1 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,8 @@ import java.text.BreakIterator;
/**
* A {@link BoundaryScanner} implementation that uses {@link BreakIterator} to find
* boundaries in the text. Boundary {@link Type} can be specified ({@link Type#SENTENCE} is the default).
* boundaries in the text.
* @see BreakIterator
*/
public class BreakIteratorBoundaryScanner implements BoundaryScanner {