minor
authorAndreas Müller <a.mueller@bgbm.org>
Wed, 5 Aug 2009 12:40:45 +0000 (12:40 +0000)
committerAndreas Müller <a.mueller@bgbm.org>
Wed, 5 Aug 2009 12:40:45 +0000 (12:40 +0000)
cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/agent/Institution.java

index a430b48824e30fd80b0bb5a8c076d459bb10ccb0..b8ec6e15e44dd4d52d54987b780a5d007204330e 100644 (file)
@@ -17,7 +17,6 @@ import javax.persistence.Entity;
 import javax.persistence.FetchType;
 import javax.persistence.ManyToMany;
 import javax.persistence.ManyToOne;
-import javax.persistence.Transient;
 import javax.xml.bind.annotation.XmlAccessType;
 import javax.xml.bind.annotation.XmlAccessorType;
 import javax.xml.bind.annotation.XmlElement;
@@ -25,7 +24,6 @@ import javax.xml.bind.annotation.XmlElementWrapper;
 import javax.xml.bind.annotation.XmlIDREF;
 import javax.xml.bind.annotation.XmlRootElement;
 import javax.xml.bind.annotation.XmlSchemaType;
-import javax.xml.bind.annotation.XmlTransient;
 import javax.xml.bind.annotation.XmlType;
 
 import org.apache.log4j.Logger;