Project

General

Profile

« Previous | Next » 

Revision fa64d0c0

Added by Patrick Plitzner about 6 years ago

ref #7095 Fix min/max representation

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/workingSet/matrix/MatrixUtility.java
34 34
     * @return a string representation of the data
35 35
     */
36 36
    public static String getQuantitativeLabel(QuantitativeData data) {
37
        Float min = data.getMax();
38
        Float max = data.getMin();
37
        Float min = data.getMin();
38
        Float max = data.getMax();
39 39
        return getQuantitativeLabel(min, max);
40 40
    }
41 41

  

Also available in: Unified diff