Fixed example code

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2067 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Tom Copeland
2003-07-02 18:38:09 +00:00
parent 5925e154b8
commit 72a9dd8f68

View File

@ -184,13 +184,11 @@ return 3;
</property>
</properties>
<priority>3</priority>
<example>
<![CDATA[
public class Foo {
public void bar() {
int x = 2;
x = x;
public void finalize() {
// do something
}
}
]]>