mirror of https://github.com/apache/maven.git
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:
parent
d13fdfa964
commit
99077a1eae
|
@ -7,7 +7,7 @@ public class PersonTest
|
||||||
{
|
{
|
||||||
public void testPerson()
|
public void testPerson()
|
||||||
{
|
{
|
||||||
IT0000Person person = new IT0000Person();
|
Person person = new Person();
|
||||||
|
|
||||||
person.setName( "foo" );
|
person.setName( "foo" );
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue