From 92af12c8919510da92adb4414f81f1791f310a2e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andreas=20M=C3=BCller?= Date: Tue, 28 Apr 2015 10:56:00 +0000 Subject: [PATCH] minor --- .../eu/etaxonomy/taxeditor/io/wizard/CsvNameExportWizard.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/io/wizard/CsvNameExportWizard.java b/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/io/wizard/CsvNameExportWizard.java index a03d8b6fc..24d0db49c 100644 --- a/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/io/wizard/CsvNameExportWizard.java +++ b/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/io/wizard/CsvNameExportWizard.java @@ -11,16 +11,12 @@ package eu.etaxonomy.taxeditor.io.wizard; import java.io.File; -import java.util.HashSet; -import java.util.List; -import java.util.UUID; import org.eclipse.jface.viewers.IStructuredSelection; import org.eclipse.swt.widgets.Combo; import org.eclipse.ui.IWorkbench; import eu.etaxonomy.cdm.io.csv.caryophyllales.out.CsvNameExportConfigurator; -import eu.etaxonomy.cdm.model.taxon.Classification; import eu.etaxonomy.taxeditor.store.CdmStore; /** -- 2.34.1