mirror of https://github.com/apache/lucene.git
Fix the haywire bold tag in javadocs.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@784961 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b56c5ba5de
commit
3a176d749a
|
@ -161,7 +161,7 @@ public abstract class TokenStream extends AttributeSource {
|
|||
* @return false for end of stream; true otherwise
|
||||
*
|
||||
* <p>
|
||||
* <b>Note that this method will be defined abstract in Lucene 3.0.<b>
|
||||
* <b>Note that this method will be defined abstract in Lucene 3.0.</b>
|
||||
*/
|
||||
public boolean incrementToken() throws IOException {
|
||||
// subclasses must implement this method; will be made abstract in Lucene 3.0
|
||||
|
|
Loading…
Reference in New Issue