Fixed typo
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@1839 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -357,7 +357,7 @@ The Basic Ruleset contains a collection of good practices which everyone should
|
||||
</rule>
|
||||
|
||||
<rule name="ReturnFromFinallyBlock"
|
||||
message="Avoid returning from a finally blocks"
|
||||
message="Avoid returning from a finally block"
|
||||
class="net.sourceforge.pmd.rules.XPathRule">
|
||||
<description>
|
||||
Avoid returning from a finally block - this can discard exceptions.
|
||||
|
Reference in New Issue
Block a user