style corrections

This commit is contained in:
Rick Giles 2003-09-14 22:46:27 +00:00
parent cdbb83775e
commit f2e3dc000f
1 changed files with 1 additions and 2 deletions

View File

@ -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();
}
}
}