adaptions to changes in PreferencesUtil
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / ui / dialog / selection / TaxonNodeSelectionNaturalOrderDialog.java
index b3b872f374037580b0ab92339e9c616b01887ae1..6b7c8cd88a185c159eb5eb4906ffa8a562ce2846 100644 (file)
@@ -1,6 +1,6 @@
 package eu.etaxonomy.taxeditor.ui.dialog.selection;\r
 \r
-import java.util.List;\r
+import java.util.Set;\r
 import java.util.UUID;\r
 \r
 import org.eclipse.swt.widgets.Shell;\r
@@ -13,10 +13,10 @@ public class TaxonNodeSelectionNaturalOrderDialog extends
 \r
        protected TaxonNodeSelectionNaturalOrderDialog(Shell shell,//ConversationHolder conversation,\r
                String title,\r
-                       List<UUID> excludeTaxa, boolean multi, TaxonNode node,\r
+                       Set<UUID> excludeTaxa, boolean multi, TaxonNode node,\r
                        Classification classification) {\r
                super(shell, //conversation,\r
-                       title, excludeTaxa, multi, node, classification);\r
+                       title, excludeTaxa, multi, node, classification.getUuid());\r
                // TODO Auto-generated constructor stub\r
        }\r
 \r