fixing reference

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@467175 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2006-10-23 23:13:39 +00:00
parent d13fdfa964
commit 99077a1eae
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ public class PersonTest
{
public void testPerson()
{
IT0000Person person = new IT0000Person();
Person person = new Person();
person.setName( "foo" );