From f5efd9eb390e7ad95dfb2c7931101556de8a8253 Mon Sep 17 00:00:00 2001 From: Oleg Sukhodolsky Date: Mon, 24 Jan 2005 17:07:09 +0000 Subject: [PATCH] fixed gump failure --- .../checkstyle/checks/usage/OneMethodPrivateFieldCheck.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/usage/OneMethodPrivateFieldCheck.java b/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/usage/OneMethodPrivateFieldCheck.java index 8d9193777..10956617a 100644 --- a/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/usage/OneMethodPrivateFieldCheck.java +++ b/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/usage/OneMethodPrivateFieldCheck.java @@ -26,7 +26,6 @@ import com.puppycrawl.tools.checkstyle.api.DetailAST; import com.puppycrawl.tools.checkstyle.api.Scope; import com.puppycrawl.tools.checkstyle.api.ScopeUtils; import com.puppycrawl.tools.checkstyle.api.TokenTypes; -import com.puppycrawl.tools.checkstyle.checks.usage.transmogrify.ASTManager; import com.puppycrawl.tools.checkstyle.checks.usage.transmogrify.Definition; import com.puppycrawl.tools.checkstyle.checks.usage.transmogrify.Reference; import com.puppycrawl.tools.checkstyle.checks.usage.transmogrify.SymTabAST;