From f05d2511a7e4423a953ba2dccf2ec4d1ab1e2067 Mon Sep 17 00:00:00 2001 From: Oliver Burn Date: Sat, 29 Oct 2011 20:27:25 +1100 Subject: [PATCH] fix checkstyle error --- .../checkstyle/checks/indentation/IndentationCheckTest.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/tests/com/puppycrawl/tools/checkstyle/checks/indentation/IndentationCheckTest.java b/src/tests/com/puppycrawl/tools/checkstyle/checks/indentation/IndentationCheckTest.java index 164c3f7d4..7847c70a6 100755 --- a/src/tests/com/puppycrawl/tools/checkstyle/checks/indentation/IndentationCheckTest.java +++ b/src/tests/com/puppycrawl/tools/checkstyle/checks/indentation/IndentationCheckTest.java @@ -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; /**