blob: 81569e26f33c62c8a9a8aab0d38cd9be23da60dd [file] [log] [blame]
package org.apache.maven.it0074;
public class Person
{
private String name;
}