Fixed broken javadoc links.

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149587 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Doug Cutting 2001-09-25 18:38:50 +00:00
parent 53b8f808b4
commit 4b0fe4cfa2
2 changed files with 2 additions and 2 deletions

View File

@ -81,7 +81,7 @@ abstract public class Analyzer {
/** Creates a TokenStream which tokenizes all the text in the provided
* Reader. Provided for backward compatibility only.
* @deprecated use tokenStream(String, Reader) instead.
* @see tokenStream(String, Reader)
* @see #tokenStream(String, Reader)
*/
public TokenStream tokenStream(Reader reader)
{

View File

@ -168,7 +168,7 @@ SKIP : { // skip unrecognized chars
/** Returns the next token in the stream, or null at EOS.
* <p>The returned token's type is set to an element of {@link
* StandardTokenizerConstants.tokenImage}.
* StandardTokenizerConstants#tokenImage}.
*/
org.apache.lucene.analysis.Token next() throws IOException :
{