Removed inaccurate comments from AtLeastOneConstructor

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2238 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Tom Copeland
2003-09-04 14:48:00 +00:00
parent 0e6f36bd7f
commit 0a2ffdf47a

View File

@ -155,9 +155,7 @@ return 3;
message="Each class should declare at least one constructor"
class="net.sourceforge.pmd.rules.AtLeastOneConstructorRule">
<description>
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.
</description>
<priority>3</priority>