Project

General

Profile

« Previous | Next » 

Revision 1c557afc

Added by Patrick Plitzner over 5 years ago

Revert "Revert "ref #7589 Removed unnecessary sorting""

This reverts commit ece5c710330621bdd694f4c1f554f6cc8467c95b.

View differences:

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;
......
650 649
    private void loadingDone() {
651 650
        this.part.loadingDone();
652 651
        createTable(isTreeView, freezeLayer.isFrozen());
653
        Collections.sort(descriptions, new MatrixRowComparator());
654 652
    }
655 653

  
656 654
    public List<State> getSupportedStatesForCategoricalFeature(Feature feature){

Also available in: Unified diff