Project

General

Profile

« Previous | Next » 

Revision ece5c710

Added by Patrick Plitzner about 4 years ago

Revert "ref #7589 Removed unnecessary sorting"

This reverts commit 581b3ae74395dbddadcdbc0124651700c8da0644.

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;
14 15
import java.util.HashMap;
15 16
import java.util.List;
16 17
import java.util.Map;
......
653 654
    private void loadingDone() {
654 655
        this.part.loadingDone();
655 656
        createTable(isTreeView, freezeLayer.isFrozen());
657
        Collections.sort(descriptions, new MatrixRowComparator());
656 658
    }
657 659

  
658 660
    public List<State> getSupportedStatesForCategoricalFeature(Feature feature){

Also available in: Unified diff