From 0a2ffdf47a135cc812f76aa0a1f307cbe39edc97 Mon Sep 17 00:00:00 2001 From: Tom Copeland Date: Thu, 4 Sep 2003 14:48:00 +0000 Subject: [PATCH] Removed inaccurate comments from AtLeastOneConstructor git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2238 51baf565-9d33-0410-a72c-fc3788e3496d --- pmd/rulesets/controversial.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pmd/rulesets/controversial.xml b/pmd/rulesets/controversial.xml index e1f5ca1c0a..66d5952fef 100644 --- a/pmd/rulesets/controversial.xml +++ b/pmd/rulesets/controversial.xml @@ -155,9 +155,7 @@ return 3; message="Each class should declare at least one constructor" class="net.sourceforge.pmd.rules.AtLeastOneConstructorRule"> - Each class should declare at least one constructor. Note that this rule is the - opposite of UnnecessaryConstructorRule, so running them at the same time will - result on a rule violation on every class. + Each class should declare at least one constructor. 3