fixes #727
[taxeditor.git] / taxeditor-store / src / main / java / eu / etaxonomy / taxeditor / operations / CreateChildTaxonOperation.java
index 072f8d936ef99aaf19ac90b076d049a69152af1d..21b99e8c628cf829326677ebebac6d58df3b1296 100644 (file)
@@ -30,8 +30,7 @@ import eu.etaxonomy.taxeditor.store.internal.TaxeditorStorePlugin;
  */
 public class CreateChildTaxonOperation extends AbstractPostOperation {
        
-       private static final Logger logger = Logger
-       .getLogger(CreateChildTaxonOperation.class);
+       private static final Logger logger = Logger.getLogger(CreateChildTaxonOperation.class);
        
        private TaxonNameBase<?, ?> newTaxonName;