general clean up
This commit is contained in:
parent
bbae2f92fd
commit
2e50ca968c
|
|
@ -18,10 +18,9 @@
|
|||
////////////////////////////////////////////////////////////////////////////////
|
||||
package com.puppycrawl.tools.checkstyle.checks;
|
||||
|
||||
import com.puppycrawl.tools.checkstyle.DefaultConfiguration;
|
||||
import com.puppycrawl.tools.checkstyle.BaseCheckTestSupport;
|
||||
import org.junit.Test;
|
||||
import static org.junit.Assert.*;
|
||||
import com.puppycrawl.tools.checkstyle.BaseCheckTestSupport;
|
||||
import com.puppycrawl.tools.checkstyle.DefaultConfiguration;
|
||||
|
||||
public class OuterTypeFilenameCheckTest extends BaseCheckTestSupport
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue