mirror of https://github.com/apache/lucene.git
small javadoc cleanup
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@400190 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d8d159da77
commit
cb15338e26
|
@ -55,7 +55,6 @@ public class HtmlDocument {
|
|||
*@param file the <code>File</code> containing the
|
||||
* HTML to parse
|
||||
*@exception IOException if an I/O exception occurs
|
||||
*@since
|
||||
*/
|
||||
public HtmlDocument(File file) throws IOException {
|
||||
Tidy tidy = new Tidy();
|
||||
|
@ -73,8 +72,6 @@ public class HtmlDocument {
|
|||
*
|
||||
*@param is the <code>InputStream</code>
|
||||
* containing the HTML
|
||||
*@exception IOException if I/O exception occurs
|
||||
*@since
|
||||
*/
|
||||
public HtmlDocument(InputStream is) {
|
||||
Tidy tidy = new Tidy();
|
||||
|
@ -90,8 +87,6 @@ public class HtmlDocument {
|
|||
* java.io.InputStream}.
|
||||
*
|
||||
*@param is
|
||||
*@return
|
||||
*@exception IOException
|
||||
*/
|
||||
public static org.apache.lucene.document.Document
|
||||
getDocument(InputStream is) {
|
||||
|
@ -115,7 +110,6 @@ public class HtmlDocument {
|
|||
* java.io.File}.
|
||||
*
|
||||
*@param file
|
||||
*@return
|
||||
*@exception IOException
|
||||
*/
|
||||
public static org.apache.lucene.document.Document
|
||||
|
|
Loading…
Reference in New Issue