From f2e3dc000f15cbe3d2c013692aa41ced9576a627 Mon Sep 17 00:00:00 2001 From: Rick Giles Date: Sun, 14 Sep 2003 22:46:27 +0000 Subject: [PATCH] style corrections --- .../tools/checkstyle/checks/usage/transmogrify/ASTManager.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/usage/transmogrify/ASTManager.java b/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/usage/transmogrify/ASTManager.java index 635f55a75..746878bc0 100644 --- a/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/usage/transmogrify/ASTManager.java +++ b/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/usage/transmogrify/ASTManager.java @@ -199,7 +199,7 @@ public final class ASTManager /** * Removes a check and its check nodes. Clears all managed elements if * last check removed. - * @param check + * @param aCheck the check to remove. */ public void removeCheck(AbstractUsageCheck aCheck) { @@ -209,6 +209,5 @@ public final class ASTManager mMap.clear(); mTrees.clear(); } - } }