Update of /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tags
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32539/src/org/htmlparser/tags
Modified Files:
ImageTag.java TitleTag.java LinkTag.java
Log Message:
Remove unused imports.
Index: ImageTag.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tags/ImageTag.java,v
retrieving revision 1.47
retrieving revision 1.48
diff -C2 -d -r1.47 -r1.48
*** ImageTag.java 2 Jul 2004 00:49:28 -0000 1.47
--- ImageTag.java 17 Jul 2004 13:45:04 -0000 1.48
***************
*** 33,37 ****
import org.htmlparser.nodes.TagNode;
import org.htmlparser.util.ParserUtils;
- import org.htmlparser.visitors.NodeVisitor;
/**
--- 33,36 ----
Index: LinkTag.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tags/LinkTag.java,v
retrieving revision 1.50
retrieving revision 1.51
diff -C2 -d -r1.50 -r1.51
*** LinkTag.java 24 May 2004 00:38:17 -0000 1.50
--- LinkTag.java 17 Jul 2004 13:45:04 -0000 1.51
***************
*** 30,34 ****
import org.htmlparser.util.ParserUtils;
import org.htmlparser.util.SimpleNodeIterator;
- import org.htmlparser.visitors.NodeVisitor;
/**
--- 30,33 ----
Index: TitleTag.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tags/TitleTag.java,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -d -r1.34 -r1.35
*** TitleTag.java 24 May 2004 00:38:18 -0000 1.34
--- TitleTag.java 17 Jul 2004 13:45:04 -0000 1.35
***************
*** 27,32 ****
package org.htmlparser.tags;
- import org.htmlparser.visitors.NodeVisitor;
-
/**
* A title tag.
--- 27,30 ----
|