Project

General

Profile

« Previous | Next » 

Revision 1c39686b

Added by Andreas Müller about 5 years ago

ref #8162 adapt cdmlip to new term package structure

View differences:

cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/name/NameTypeDesignationStatus.java
22 22
import org.apache.log4j.Logger;
23 23
import org.hibernate.envers.Audited;
24 24

  
25
import eu.etaxonomy.cdm.model.common.TermType;
26
import eu.etaxonomy.cdm.model.common.TermVocabulary;
25
import eu.etaxonomy.cdm.model.term.TermType;
26
import eu.etaxonomy.cdm.model.term.TermVocabulary;
27 27

  
28 28
/**
29 29
 * The terms in this class define the status of a {@link NameTypeDesignation name type designation}.
......
35 35
@XmlType(name = "NameTypeDesignationStatus")
36 36
@Entity
37 37
//@Indexed disabled to reduce clutter in indexes, since this type is not used by any search
38
//@Indexed(index = "eu.etaxonomy.cdm.model.common.DefinedTermBase")
38
//@Indexed(index = "eu.etaxonomy.cdm.model.term.DefinedTermBase")
39 39
@Audited
40 40
public class NameTypeDesignationStatus extends TypeDesignationStatusBase<NameTypeDesignationStatus> {
41 41
	private static final long serialVersionUID = -8801837496688711907L;

Also available in: Unified diff