Project

General

Profile

« Previous | Next » 

Revision 64a68019

Added by Patrick Plitzner almost 6 years ago

ref #7549 Change format of quantitative label

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/descriptiveDataSet/matrix/AggregationConfiguration.java
92 92
                    }
93 93
                }
94 94
            }
95
            String summaryString = MatrixUtility.getQuantitativeLabel(minTotal, maxTotal);
95
            String summaryString = MatrixUtility.getQuantitativeLabel(minTotal, null, maxTotal);
96 96
            return summaryString;
97 97
        }
98 98

  

Also available in: Unified diff