removed unused import - Eclipse keeps telling me about it. :-)

This commit is contained in:
Oliver Burn 2002-11-15 13:42:48 +00:00
parent 2cb0dc8423
commit 5fdbc89958
1 changed files with 0 additions and 2 deletions

View File

@ -2,12 +2,10 @@ package com.puppycrawl.tools.checkstyle;
import com.puppycrawl.tools.checkstyle.checks.AbstractOption;
import com.puppycrawl.tools.checkstyle.checks.BlockOption;
import com.puppycrawl.tools.checkstyle.checks.LeftCurlyCheck;
import com.puppycrawl.tools.checkstyle.checks.LeftCurlyOption;
import com.puppycrawl.tools.checkstyle.checks.OperatorWrapOption;
import com.puppycrawl.tools.checkstyle.checks.PadOption;
import com.puppycrawl.tools.checkstyle.checks.RightCurlyOption;
import junit.framework.TestCase;
/**