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:
Daniel Naber 2006-05-05 21:59:07 +00:00
parent d8d159da77
commit cb15338e26
1 changed files with 0 additions and 6 deletions

View File

@ -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