minor
authorAndreas Müller <a.mueller@bgbm.org>
Fri, 6 May 2011 11:23:50 +0000 (11:23 +0000)
committerAndreas Müller <a.mueller@bgbm.org>
Fri, 6 May 2011 11:23:50 +0000 (11:23 +0000)
cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/common/TermVocabulary.java

index cb3f16646542961713697ca7d98c69925e113228..8a6558900dff866f8c4abaa32febf388ad071911 100644 (file)
@@ -64,7 +64,6 @@ import org.hibernate.validator.constraints.Length;
 @Inheritance(strategy=InheritanceType.SINGLE_TABLE)
 public class TermVocabulary<T extends DefinedTermBase> extends TermBase implements Iterable<T> {
        private static final long serialVersionUID = 1925052321596648672L;
-       @SuppressWarnings("unused")
        private static final Logger logger = Logger.getLogger(TermVocabulary.class);
 
        //The vocabulary source (e.g. ontology) defining the terms to be loaded when a database is created for the first time.