Revert "index on develop: 6992bef Rename NonViralName authorteams to authorship ...
authork.luther <k.luther@bgbm.org>
Wed, 24 Jun 2015 11:08:18 +0000 (13:08 +0200)
committerk.luther <k.luther@bgbm.org>
Wed, 24 Jun 2015 11:08:18 +0000 (13:08 +0200)
This reverts commit 32cded397931ad359f7818fdfb91a113a074342e.

eu.etaxonomy.taxeditor.navigation/src/main/java/eu/etaxonomy/taxeditor/navigation/navigator/TaxonNodeNavigatorComparator.java

index 04aa2f7b419a5e7e442f023d24a9c8df26a3a9cd..2e5da6688054bdff7871e99b02d146814ee2a024 100644 (file)
@@ -33,7 +33,7 @@ public class TaxonNodeNavigatorComparator extends ViewerComparator{
                        if (this.getComparator() instanceof TaxonNaturalComparator){
                                return this.getComparator().compare((TaxonNode)e1, (TaxonNode)e2);
                        }else{
-                               return this.getComparator().compare(((TaxonNode)e1).getTaxon(),((TaxonNode)e2).getTaxon());
+                               return this.getComparator().compare(e1,e2);
                        }
                }
        }