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:
Uwe Schindler 2009-06-15 20:17:02 +00:00
parent b56c5ba5de
commit 3a176d749a
1 changed files with 1 additions and 1 deletions

View File

@ -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