mirror of https://github.com/apache/lucene.git
jdoc link typo.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1626020 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d4273eba69
commit
1bf9802293
|
@ -28,7 +28,7 @@ import java.io.IOException;
|
|||
*/
|
||||
public interface StandardTokenizerInterface {
|
||||
|
||||
/** This token type, as returned from {#link #getNextToken()}, denotes the end of file */
|
||||
/** This token type, as returned from {@link #getNextToken()}, denotes the end of file */
|
||||
public static final int YYEOF = -1;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue