just because

This commit is contained in:
Oliver Burn 2010-06-05 06:12:16 +00:00
parent 1017cb35e4
commit 78a5fd3494
1 changed files with 0 additions and 2 deletions

View File

@ -1,9 +1,7 @@
package com.puppycrawl.tools.checkstyle.checks.imports;
import static org.junit.Assert.fail;
import com.puppycrawl.tools.checkstyle.BaseCheckTestSupport;
import com.puppycrawl.tools.checkstyle.DefaultConfiguration;
import com.puppycrawl.tools.checkstyle.api.CheckstyleException;
import java.io.File;
import org.junit.Test;