Project

General

Profile

« Previous | Next » 

Revision 32abcc97

Added by Andreas Müller over 15 years ago

Delete warnings in location

View differences:

cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/location/Continent.java
30 30
@XmlType(name = "Continent")
31 31
@XmlRootElement(name = "Continent")
32 32
@Entity
33
public class Continent extends DefinedTermBase {
34
	static Logger logger = Logger.getLogger(Continent.class);
33
public class Continent extends DefinedTermBase<Continent> {
34
	private static final long serialVersionUID = 4650684072484353151L;
35
	private static final Logger logger = Logger.getLogger(Continent.class);
35 36

  
36 37
	private static final UUID uuidEurope = UUID.fromString("3b69f979-408c-4080-b573-0ad78a315610");
37 38
	private static final UUID uuidAfrica = UUID.fromString("c204c529-d8d2-458f-b939-96f0ebd2cbe8");
......
48 49
	 * @return
49 50
	 */
50 51
	public static Continent NewInstance(){
52
		logger.debug("NewInstance");
51 53
		return new Continent();
52 54
	}
53 55

  

Also available in: Unified diff