Project

General

Profile

« Previous | Next » 

Revision 14ac3831

Added by Andreas Müller over 3 years ago

cleanup

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/checklist/e4/TaxonDistributionDtoComparator.java
15 15
/**
16 16
 * @author k.luther
17 17
 * @since 28.11.2018
18
 *
19 18
 */
20 19
public class TaxonDistributionDtoComparator implements Comparator<TaxonDistributionDTO> {
21 20

  
22
    /**
23
     * {@inheritDoc}
24
     */
25 21
    @Override
26 22
    public int compare(TaxonDistributionDTO arg0, TaxonDistributionDTO arg1) {
27 23
        if (arg0 == arg1){

Also available in: Unified diff