cleaned up some imports
This commit is contained in:
parent
49b2c72373
commit
e77f0c5c6e
|
|
@ -1,9 +1,6 @@
|
|||
package com.puppycrawl.tools.checkstyle;
|
||||
|
||||
import com.puppycrawl.tools.checkstyle.api.Check;
|
||||
import com.puppycrawl.tools.checkstyle.api.LocalizedMessages;
|
||||
import com.puppycrawl.tools.checkstyle.checks.WhitespaceAroundCheck;
|
||||
import com.puppycrawl.tools.checkstyle.checks.RedundantModifierCheck;
|
||||
|
||||
public class WhitespaceAroundTest
|
||||
extends BaseCheckTestCase
|
||||
|
|
|
|||
Loading…
Reference in New Issue