diff --git a/pmd/rulesets/naming.xml b/pmd/rulesets/naming.xml index eb19f6547c..f891f69c44 100644 --- a/pmd/rulesets/naming.xml +++ b/pmd/rulesets/naming.xml @@ -142,9 +142,9 @@ public class Foo { - Class names should always begin with an upper case character, and should not contain underscores. + Class names should always begin with an upper case character. 1