From 5fdbc899584d85ab190a22e75cd345ce098414b7 Mon Sep 17 00:00:00 2001 From: Oliver Burn Date: Fri, 15 Nov 2002 13:42:48 +0000 Subject: [PATCH] removed unused import - Eclipse keeps telling me about it. :-) --- src/tests/com/puppycrawl/tools/checkstyle/OptionTest.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/tests/com/puppycrawl/tools/checkstyle/OptionTest.java b/src/tests/com/puppycrawl/tools/checkstyle/OptionTest.java index 050961460..e4860b71d 100644 --- a/src/tests/com/puppycrawl/tools/checkstyle/OptionTest.java +++ b/src/tests/com/puppycrawl/tools/checkstyle/OptionTest.java @@ -2,12 +2,10 @@ package com.puppycrawl.tools.checkstyle; import com.puppycrawl.tools.checkstyle.checks.AbstractOption; import com.puppycrawl.tools.checkstyle.checks.BlockOption; -import com.puppycrawl.tools.checkstyle.checks.LeftCurlyCheck; import com.puppycrawl.tools.checkstyle.checks.LeftCurlyOption; import com.puppycrawl.tools.checkstyle.checks.OperatorWrapOption; import com.puppycrawl.tools.checkstyle.checks.PadOption; import com.puppycrawl.tools.checkstyle.checks.RightCurlyOption; - import junit.framework.TestCase; /**