Project

General

Profile

« Previous | Next » 

Revision c28b130d

Added by Andreas Müller almost 2 years ago

cleanup

View differences:

cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/agent/Team.java
70 70
})
71 71
@XmlRootElement(name = "Team")
72 72
@Entity
73
//@Indexed disabled to reduce clutter in indexes, since this type is not used by any search
74
//@Indexed(index = "eu.etaxonomy.cdm.model.agent.AgentBase")
75 73
@Audited
76 74
@Configurable
77 75
public class Team extends TeamOrPersonBase<Team> {

Also available in: Unified diff