Project

General

Profile

« Previous | Next » 

Revision c5e9236a

Added by Andreas Müller almost 2 years ago

ref #10067 update java-doc for and remove protected access to model constructors where possible in occurrence

View differences:

cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/occurrence/SpecimenOrObservationType.java
6 6
* The contents of this file are subject to the Mozilla Public License Version 1.1
7 7
* See LICENSE.TXT at the top of this package for the full license terms.
8 8
*/
9

  
10 9
package eu.etaxonomy.cdm.model.occurrence;
11 10

  
12 11
import java.util.Set;
......
15 14
import javax.xml.bind.annotation.XmlEnum;
16 15
import javax.xml.bind.annotation.XmlEnumValue;
17 16

  
18
import org.apache.logging.log4j.LogManager;import org.apache.logging.log4j.Logger;
17
import org.apache.logging.log4j.LogManager;
18
import org.apache.logging.log4j.Logger;
19 19

  
20 20
import eu.etaxonomy.cdm.model.common.Language;
21 21
import eu.etaxonomy.cdm.model.description.Feature;
......
23 23
import eu.etaxonomy.cdm.model.term.EnumeratedTermVoc;
24 24
import eu.etaxonomy.cdm.model.term.IEnumTerm;
25 25

  
26

  
27 26
/**
28 27
 * The specimen or observation type is used to define what a {@link SpecimenOrObservationBase specimen or observation}
29 28
 * instance describes, may it be a {@link FieldUnit field unit} or a

Also available in: Unified diff