Project

General

Profile

« Previous | Next » 

Revision 3fede6d9

Added by Katja Luther over 2 years ago

ref #9843: only update descriptions coming with result of aggregation

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/descriptiveDataSet/matrix/categorical/CategoricalDataDisplayConverter.java
9 9
package eu.etaxonomy.taxeditor.editor.descriptiveDataSet.matrix.categorical;
10 10

  
11 11
import java.util.Collection;
12
import java.util.Iterator;
12 13

  
13 14
import org.eclipse.nebula.widgets.nattable.data.convert.DisplayConverter;
14 15

  
......
36 37
            // the values in the Collection
37 38
            // So by removing the leading and ending
38 39
            // character, we remove the brackets
40
        	
39 41
            String result = canonicalValue.toString();
40 42
            result = result.substring(1, result.length() - 1);
41 43
            return result;

Also available in: Unified diff