whoops - this one actually need the DocData param, but not the @link - you can't @link in @see

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@808217 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2009-08-26 23:05:28 +00:00
parent 471ab5e245
commit 4b60a91349
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ public interface HTMLParser {
/**
* Parse the inputText and return DocData.
* @param inputText the html text to parse.
* @see {@link #parse(String, Date, Reader, DateFormat)}
* @see #parse(DocData, String, Date, Reader, DateFormat)
*/
public DocData parse(DocData docData, String name, Date date, StringBuffer inputText, DateFormat dateFormat) throws IOException, InterruptedException;