Fixed rule description

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2824 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Tom Copeland
2004-07-22 18:59:55 +00:00
parent 2f156a3a6e
commit 3aa557ad8b

View File

@ -142,9 +142,9 @@ public class Foo {
<rule name="ClassNamingConventionsRule"
message="Class names should begin with an uppercase character and not include underscores"
message="Class names should begin with an uppercase character"
class="net.sourceforge.pmd.rules.ClassNamingConventionsRule">
<description> Class names should always begin with an upper case character, and should not contain underscores.
<description> Class names should always begin with an upper case character.
</description>
<priority>1</priority>
<example>