Removed unused variables.
This commit is contained in:
parent
8150d69c42
commit
5bfd76b4de
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue