Project

General

Profile

« Previous | Next » 

Revision 58e2f57e

Added by Andreas Müller about 5 years ago

ref #8162 updates to test data in further metadata

View differences:

cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/term/Representation.java
41 41
@XmlRootElement(name = "Representation")
42 42
@Entity
43 43
//@Indexed disabled to reduce clutter in indexes, since this type is not used by any search
44
//@Indexed(index = "eu.etaxonomy.cdm.model.common.Representation")
44
//@Indexed(index = "eu.etaxonomy.cdm.model.term.Representation")
45 45
@Audited
46 46
public class Representation extends LanguageStringBase {
47 47
    private static final long serialVersionUID = -4202420199587324532L;

Also available in: Unified diff