OPENJPA-1762: fix test case problem

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1032791 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Fay Wang 2010-11-09 00:06:04 +00:00
parent 0836fba158
commit 324ca8e894
1 changed files with 2 additions and 2 deletions

View File

@ -26,12 +26,12 @@ import java.util.List;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
import javax.persistence.ManyToMany;
import javax.persistence.ManyToOne;
import javax.persistence.Table;
@Entity
@Table(name="LOCK_PSN")
public class Person implements Externalizable {
private int id;