Removed unused variables.

This commit is contained in:
Oliver Burn 2004-01-25 10:13:03 +00:00
parent 8150d69c42
commit 5bfd76b4de
1 changed files with 0 additions and 3 deletions

View File

@ -36,9 +36,6 @@ import org.apache.commons.beanutils.ConversionException;
*/
public abstract class AbstractHeaderCheck extends Check
{
/** empty array to avoid instantiations. */
private static final int[] EMPTY_INT_ARRAY = new int[0];
/** the lines of the header file. */
private String[] mHeaderLines;