mirror of https://github.com/apache/lucene.git
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:
parent
471ab5e245
commit
4b60a91349
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue