Remove obsolete exclusion from PMD configuration. #960

This commit is contained in:
Michal Kordas 2015-05-12 22:17:23 +02:00 committed by Roman Ivanov
parent 466b1ebb31
commit 3c7c3cbe88
1 changed files with 0 additions and 2 deletions

View File

@ -195,8 +195,6 @@
<rule ref="rulesets/java/strictexception.xml">
<!-- till #959 -->
<exclude name="AvoidCatchingGenericException"/>
<!-- till #960 -->
<exclude name="AvoidThrowingNullPointerException"/>
<!-- till #961 -->
<exclude name="AvoidThrowingRawExceptionTypes"/>
<!-- till #962 -->