Revision 581b3ae7
Added by Patrick Plitzner over 3 years ago
eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/descriptiveDataSet/matrix/CharacterMatrix.java | ||
---|---|---|
11 | 11 |
import java.io.File; |
12 | 12 |
import java.util.ArrayList; |
13 | 13 |
import java.util.Collection; |
14 |
import java.util.Collections; |
|
15 | 14 |
import java.util.HashMap; |
16 | 15 |
import java.util.List; |
17 | 16 |
import java.util.Map; |
... | ... | |
654 | 653 |
private void loadingDone() { |
655 | 654 |
this.part.loadingDone(); |
656 | 655 |
createTable(isTreeView, freezeLayer.isFrozen()); |
657 |
Collections.sort(descriptions, new MatrixRowComparator()); |
|
658 | 656 |
} |
659 | 657 |
|
660 | 658 |
public List<State> getSupportedStatesForCategoricalFeature(Feature feature){ |
Also available in: Unified diff
ref #7589 Removed unnecessary sorting