fixed style problem (package visible member)

This commit is contained in:
Lars Kühne 2002-09-29 09:37:10 +00:00
parent 18d65a1993
commit 031bc6f277
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ import com.puppycrawl.tools.checkstyle.api.Check;
public class FileLengthCheck extends Check
{
/** the maximum number of lines */
int mMaxFileLength = 2000;
private int mMaxFileLength = 2000;
/** @see com.puppycrawl.tools.checkstyle.api.Check */
public int[] getDefaultTokens()