Project

General

Profile

« Previous | Next » 

Revision d71fb5f8

Added by Andreas Müller over 13 years ago

minor

View differences:

cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/common/TermVocabulary.java
64 64
@Inheritance(strategy=InheritanceType.SINGLE_TABLE)
65 65
public class TermVocabulary<T extends DefinedTermBase> extends TermBase implements Iterable<T> {
66 66
	private static final long serialVersionUID = 1925052321596648672L;
67
	@SuppressWarnings("unused")
68 67
	private static final Logger logger = Logger.getLogger(TermVocabulary.class);
69 68

  
70 69
	//The vocabulary source (e.g. ontology) defining the terms to be loaded when a database is created for the first time.  

Also available in: Unified diff