diff --git a/src/tests/com/puppycrawl/tools/checkstyle/checks/OuterTypeFilenameCheckTest.java b/src/tests/com/puppycrawl/tools/checkstyle/checks/OuterTypeFilenameCheckTest.java index 62f6a51eb..1bb8bbd5d 100755 --- a/src/tests/com/puppycrawl/tools/checkstyle/checks/OuterTypeFilenameCheckTest.java +++ b/src/tests/com/puppycrawl/tools/checkstyle/checks/OuterTypeFilenameCheckTest.java @@ -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 {