Remove obsolete entry from PMD configuration. #877

This commit is contained in:
Michal Kordas 2015-08-24 23:05:42 +02:00 committed by Roman Ivanov
parent e249a8cdcf
commit e15a64e6c7
1 changed files with 0 additions and 2 deletions

View File

@ -130,8 +130,6 @@
</rule>
<rule ref="rulesets/java/design.xml">
<!-- this produce false positives on gui.Main -->
<exclude name="UseUtilityClass"/>
<!-- till #974-->
<exclude name="ConfusingTernary"/>
<!-- extra final modifier does not make code more secure in that cases-->