Fixed typo
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@1875 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -44,7 +44,7 @@ public class Foo {
|
|||||||
|
|
||||||
<rule name="FinalizeShouldBeProtected"
|
<rule name="FinalizeShouldBeProtected"
|
||||||
message="If you override finalize(), make it protected"
|
message="If you override finalize(), make it protected"
|
||||||
class="net.sourceforge.pmd.rules.XpathRule">
|
class="net.sourceforge.pmd.rules.XPathRule">
|
||||||
<description>
|
<description>
|
||||||
If you override finalize(), make it protected
|
If you override finalize(), make it protected
|
||||||
</description>
|
</description>
|
||||||
@ -75,7 +75,7 @@ public class Foo {
|
|||||||
|
|
||||||
<rule name="FinalFieldCouldBeStatic"
|
<rule name="FinalFieldCouldBeStatic"
|
||||||
message="This final field could be made static"
|
message="This final field could be made static"
|
||||||
class="net.sourceforge.pmd.rules.XpathRule">
|
class="net.sourceforge.pmd.rules.XPathRule">
|
||||||
<description>
|
<description>
|
||||||
If a final field is assigned to a compile-time constant, it could be
|
If a final field is assigned to a compile-time constant, it could be
|
||||||
made static, thus saving overhead in each object
|
made static, thus saving overhead in each object
|
||||||
|
Reference in New Issue
Block a user