add taxon relations to propertypath of taxonbase
[taxeditor.git] / eu.etaxonomy.taxeditor.editor / src / main / java / eu / etaxonomy / taxeditor / editor / ChooseFromMultipleTaxonNodesDialog.java
index 3cef27580de37047ac1a5ef5b15a4c6fc4061306..a28be226d741090e231ed6396a10cacfc612d7bd 100644 (file)
@@ -6,7 +6,6 @@
 * The contents of this file are subject to the Mozilla Public License Version 1.1
 * See LICENSE.TXT at the top of this package for the full license terms.
 */
-
 package eu.etaxonomy.taxeditor.editor;
 
 import java.util.ArrayList;
@@ -29,7 +28,6 @@ import eu.etaxonomy.taxeditor.editor.l10n.Messages;
  *
  * @author n.hoffmann
  * @created 19.03.2009
- * @version 1.0
  */
 public class ChooseFromMultipleTaxonNodesDialog extends ListDialog {
 
@@ -71,7 +69,7 @@ public class ChooseFromMultipleTaxonNodesDialog extends ListDialog {
                public Object[] getElements(Object inputElement) {
                        Set<TaxonNode> taxonNodes = (Set<TaxonNode>) inputElement;
                                
-                               List<Classification> classifications = new ArrayList<Classification>(); 
+                               List<Classification> classifications = new ArrayList<>(); 
                                
                                for(TaxonNode node : taxonNodes){
                                        classifications.add(node.getClassification());
@@ -90,4 +88,4 @@ public class ChooseFromMultipleTaxonNodesDialog extends ListDialog {
                        
                }               
        }
-}
+}
\ No newline at end of file