cleanup
[cdmlib.git] / cdmlib-model / src / main / java / eu / etaxonomy / cdm / model / taxon / Synonym.java
index ea0350165198b22d36707bbbcf5441cc1aec38ff..dae893de8fbe26f5d411660695cfbe3a72e045bd 100644 (file)
@@ -6,7 +6,6 @@
 * The contents of this file are subject to the Mozilla Public License Version 1.1
 * See LICENSE.TXT at the top of this package for the full license terms.
 */
-
 package eu.etaxonomy.cdm.model.taxon;
 
 import javax.persistence.Entity;
@@ -72,7 +71,7 @@ public class Synonym extends TaxonBase<ITaxonCacheStrategy<Synonym>> {
     private static final long serialVersionUID = 6977221584815363620L;
 
     @SuppressWarnings("unused")
-       private static final Logger logger = LogManager.getLogger(Synonym.class);
+       private static final Logger logger = LogManager.getLogger();
 
     @XmlElement(name = "acceptedTaxon")
     @XmlIDREF