removed unused import - Eclipse keeps telling me about it. :-)
This commit is contained in:
parent
2cb0dc8423
commit
5fdbc89958
|
|
@ -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;
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue