Project

General

Profile

« Previous | Next » 

Revision b1f9db96

Added by Katja Luther almost 9 years ago

Revert "index on develop: 6992bef Rename NonViralName authorteams to authorship #4968"

This reverts commit 32cded397931ad359f7818fdfb91a113a074342e.

View differences:

eu.etaxonomy.taxeditor.navigation/src/main/java/eu/etaxonomy/taxeditor/navigation/navigator/TaxonNodeNavigatorComparator.java
33 33
			if (this.getComparator() instanceof TaxonNaturalComparator){
34 34
				return this.getComparator().compare((TaxonNode)e1, (TaxonNode)e2);
35 35
			}else{
36
				return this.getComparator().compare(((TaxonNode)e1).getTaxon(),((TaxonNode)e2).getTaxon());
36
				return this.getComparator().compare(e1,e2);
37 37
			}
38 38
		}
39 39
	}

Also available in: Unified diff