fix checkstyle error

This commit is contained in:
Oliver Burn 2011-10-29 20:27:25 +11:00
parent b441a1e751
commit f05d2511a7
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@ package com.puppycrawl.tools.checkstyle.checks.indentation;
import com.puppycrawl.tools.checkstyle.BaseCheckTestSupport;
import com.puppycrawl.tools.checkstyle.Checker;
import com.puppycrawl.tools.checkstyle.DefaultConfiguration;
import org.junit.Ignore;
import org.junit.Test;
/**