wrong since attribute

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/branches/pmd/4.2.x@6843 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Xavier Le Vourch 2009-02-12 19:30:51 +00:00
parent a846ccb014
commit eb371c24a1

View File

@ -331,7 +331,7 @@ public class Foo {
</rule>
<rule name="AvoidCatchingGenericException"
since="4.2.5"
since="4.2.6"
message="Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block"
externalInfoUrl="http://pmd.sourceforge.net/rules/strictexception.html#AvoidCatchingGenericException"
class="net.sourceforge.pmd.rules.XPathRule">