Update of /cvsroot/htmlparser/htmlparser/src/org/htmlparser/lexerapplications/tabby
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18039/src/org/htmlparser/lexerapplications/tabby
Modified Files:
Tabby.java
Log Message:
Remove unused variables and other fixes exposed by turning on compiler warnings.
Index: Tabby.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/lexerapplications/tabby/Tabby.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Tabby.java 10 Sep 2003 03:38:26 -0000 1.1
--- Tabby.java 31 Jul 2004 16:42:34 -0000 1.2
***************
*** 103,107 ****
{
File[] files;
- File f;
if (file.isDirectory ())
--- 103,106 ----
***************
*** 297,300 ****
--- 296,302 ----
*
* $Log$
+ * Revision 1.2 2004/07/31 16:42:34 derrickoswald
+ * Remove unused variables and other fixes exposed by turning on compiler warnings.
+ *
* Revision 1.1 2003/09/10 03:38:26 derrickoswald
* Add style checking target to ant build script:
|