add voc to cyprus.getFeature
authorAndreas Müller <a.mueller@bgbm.org>
Mon, 25 Jul 2011 14:22:12 +0000 (14:22 +0000)
committerAndreas Müller <a.mueller@bgbm.org>
Mon, 25 Jul 2011 14:22:12 +0000 (14:22 +0000)
app-import/src/main/java/eu/etaxonomy/cdm/io/cyprus/CyprusExcelImport.java

index c47d9bbaae10cd5e18b2b4a71381c12bfefefc03..f3f84e13ccda4420f056041745a0bc893b543315 100644 (file)
@@ -221,11 +221,11 @@ public class CyprusExcelImport extends ExcelImporterBase<CyprusImportState> {
                        try {\r
                                //feature\r
                                UUID redBookUuid = transformer.getFeatureUuid("Red book");\r
-                               redBookCategory = this.getFeature(state, redBookUuid, "Red book category", "Red data book category", "Red book");\r
+                               redBookCategory = this.getFeature(state, redBookUuid, "Red book category", "Red data book category", "Red book", null);\r
                                getTermService().save(redBookCategory);\r
                                \r
                                UUID endemismUuid = transformer.getFeatureUuid("Endemism");\r
-                               endemism = this.getFeature(state, endemismUuid, "Endemism", "Endemism", "Endemism");\r
+                               endemism = this.getFeature(state, endemismUuid, "Endemism", "Endemism", "Endemism", null);\r
                                getTermService().save(endemism);\r
                                \r
                                //status\r