mirror of
https://github.com/apache/lucene.git
synced 2025-03-06 08:19:23 +00:00
add missing period, omission confuses javadocs into making a massive class summary
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1328718 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9d2deeb3ae
commit
eb1c6d2fc7
@ -24,7 +24,7 @@ import org.apache.lucene.analysis.tokenattributes.CharTermAttribute;
|
|||||||
/**
|
/**
|
||||||
* This class implements Word Break rules from the Unicode Text Segmentation
|
* This class implements Word Break rules from the Unicode Text Segmentation
|
||||||
* algorithm, as specified in
|
* algorithm, as specified in
|
||||||
* <a href="http://unicode.org/reports/tr29/">Unicode Standard Annex #29</a>
|
* <a href="http://unicode.org/reports/tr29/">Unicode Standard Annex #29</a>.
|
||||||
* <p/>
|
* <p/>
|
||||||
* Tokens produced are of the following types:
|
* Tokens produced are of the following types:
|
||||||
* <ul>
|
* <ul>
|
||||||
|
@ -22,7 +22,7 @@ import org.apache.lucene.analysis.tokenattributes.CharTermAttribute;
|
|||||||
/**
|
/**
|
||||||
* This class implements Word Break rules from the Unicode Text Segmentation
|
* This class implements Word Break rules from the Unicode Text Segmentation
|
||||||
* algorithm, as specified in
|
* algorithm, as specified in
|
||||||
* <a href="http://unicode.org/reports/tr29/">Unicode Standard Annex #29</a>
|
* <a href="http://unicode.org/reports/tr29/">Unicode Standard Annex #29</a>.
|
||||||
* <p/>
|
* <p/>
|
||||||
* Tokens produced are of the following types:
|
* Tokens produced are of the following types:
|
||||||
* <ul>
|
* <ul>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user