Removed duplicated rule definition.

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@7348 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Andreas Dangel
2011-09-25 16:42:59 +00:00
parent 95fcf1260b
commit a6d3fc0c6e

View File

@ -1747,16 +1747,4 @@ of Object-Oriented Systems. Springer, Berlin, 1 edition, October 2006. Page 80.
</description>
<priority>3</priority>
</rule>
<rule ref="rulesets/java/naming.xml/ShortVariable" name="ShortVariable">
<description>
See Naming/ShortVariable.
</description>
</rule>
<rule ref="rulesets/java/naming.xml/ShortMethodName" name="ShortMethodName">
<description>
See Naming/ShortMethodName.
</description>
</rule>
</ruleset>