Fixed typo

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@1839 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Tom Copeland
2003-04-21 17:36:34 +00:00
parent 6229cd920a
commit 0404ee2f7d

View File

@ -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.