obsolete //FUTURE removed

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@6963 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Xavier Le Vourch
2009-06-13 23:34:09 +00:00
parent 9b57e891ef
commit 4c953e51ee

View File

@ -14,7 +14,6 @@ import net.sourceforge.pmd.util.NumericConstants;
* so the numbers may not match up. (But topcount and sigma
* should work.)
*/
// FUTURE Rename to ExcessiveParameterListRule
public class ExcessiveParameterListRule extends ExcessiveNodeCountRule {
public ExcessiveParameterListRule() {
super(ASTFormalParameters.class);