removed unused imports

Change-Id: I2c6f3fdda8dd5d793159cf2498987a7066ed9f31
This commit is contained in:
joha-asc 2011-07-12 13:54:41 +02:00
parent 31e05045aa
commit e6dca29e14

@ -10,7 +10,6 @@ import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
import javax.persistence.ManyToOne;
import javax.persistence.OneToOne;
import javax.persistence.Table;
import org.hibernate.annotations.Cache;
@ -26,6 +25,8 @@ import org.hibernate.annotations.CacheConcurrencyStrategy;
@Cache(usage= CacheConcurrencyStrategy.NONSTRICT_READ_WRITE)
public class Recipient extends LazyDeletableDomainObject {
private static final long serialVersionUID = 1L;
@Id
@GeneratedValue
private Long id;