Fixed example

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2241 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Tom Copeland
2003-09-05 14:29:49 +00:00
parent c320915f4a
commit 3bc5b38e38

View File

@ -265,7 +265,7 @@ public class Foo {
name = "JuniorClass";
}
public String toString(){
return name;
return name.toUpperCase();
}
}
]]>