summaryrefslogtreecommitdiff
path: root/src/test/java/dardia/Person.oj
blob: 0f43577fc08e7e7af7aa421deb0b8edca9a04573 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * Person.java
 * 
 * Created on 2003/11/02
 * $Id$
 */
package dardia;

/**
 * The type Person.
 * @author Michiaki Tatsubori
 * @version 1.0 2003/11/02
 */
public class Person instantiates InterImpl {
    public String getName() {
    }
}