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/FieldUnit.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

  
13 11
import java.beans.PropertyChangeEvent;
14 12
import java.beans.PropertyChangeListener;
15 13

  
......
26 24
import javax.xml.bind.annotation.XmlSchemaType;
27 25
import javax.xml.bind.annotation.XmlType;
28 26

  
29
import org.apache.logging.log4j.LogManager;import org.apache.logging.log4j.Logger;
27
import org.apache.logging.log4j.LogManager;
28
import org.apache.logging.log4j.Logger;
30 29
import org.hibernate.annotations.Cascade;
31 30
import org.hibernate.annotations.CascadeType;
32 31
import org.hibernate.envers.Audited;
......
108 107

  
109 108
//****************************** CONSTRUCTOR **************************************/
110 109

  
111
	/**
112
	 * Constructor
113
	 */
114
	protected FieldUnit(){
110
    //*packet* private required by bytebuddy
111
	FieldUnit(){
115 112
		super(SpecimenOrObservationType.FieldUnit);
116 113
        initDefaultCacheStrategy();
117 114
	}

Also available in: Unified diff