diff --git a/lucene/analysis/common/src/java/org/apache/lucene/analysis/standard/StandardTokenizerInterface.java b/lucene/analysis/common/src/java/org/apache/lucene/analysis/standard/StandardTokenizerInterface.java index 55ae51e27ab..9c199fe228c 100644 --- a/lucene/analysis/common/src/java/org/apache/lucene/analysis/standard/StandardTokenizerInterface.java +++ b/lucene/analysis/common/src/java/org/apache/lucene/analysis/standard/StandardTokenizerInterface.java @@ -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; /**