forked from phoedos/pmd
Fixed example
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2241 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -265,7 +265,7 @@ public class Foo {
|
||||
name = "JuniorClass";
|
||||
}
|
||||
public String toString(){
|
||||
return name;
|
||||
return name.toUpperCase();
|
||||
}
|
||||
}
|
||||
]]>
|
||||
|
Reference in New Issue
Block a user