mirror of https://github.com/apache/lucene.git
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:
parent
128aaf8387
commit
0279c192a9
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Reference in New Issue