general clean up

This commit is contained in:
Oliver Burn 2010-10-07 21:34:23 +11:00
parent bbae2f92fd
commit 2e50ca968c
1 changed files with 2 additions and 3 deletions

View File

@ -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
{