(no commit message)
authorem.lee <em.lee@localhost>
Mon, 16 Aug 2010 11:55:19 +0000 (11:55 +0000)
committerem.lee <em.lee@localhost>
Mon, 16 Aug 2010 11:55:19 +0000 (11:55 +0000)
cdmlib-io/src/main/java/eu/etaxonomy/cdm/io/faunaEuropaea/FaunaEuropaeaTaxonNameImport.java

index 4725e29da4a7a9ab1835c3d44b080dd24e687e05..1355d67867f0258c7cbf87e0afc6ebe3ac326a22 100644 (file)
@@ -427,7 +427,7 @@ public class FaunaEuropaeaTaxonNameImport extends FaunaEuropaeaImportBase  {
                                        logger.debug("actual genus id = " + actualGenusId + ", original genus id = " + originalGenusId);\r
                                }\r
                                \r
-                               if (fauEuTaxon.isParenthesis() && actualGenusId != originalGenusId && taxonBase.isInstanceOf(Taxon.class)) {\r
+                               if (actualGenusId != originalGenusId && taxonBase.isInstanceOf(Taxon.class)) {\r
                                        success = createBasionym(fauEuTaxon, taxonBase, taxonName, fauEuConfig, synonymSet);\r
                                } else if (fauEuTaxon.isParenthesis()) {\r
                                        //the authorteam should be set in parenthesis because there should be a basionym, but we do not know it?\r