Project

General

Profile

« Previous | Next » 

Revision ec6c94b9

Added by Katja Luther about 5 years ago

ref #7854: fix problems in distribution editor

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/checklist/e4/DistributionColumnAccessor.java
99 99
     */
100 100
    @Override
101 101
    public String getColumnProperty(int columnIndex) {
102
        return editor.getPropertyToLabelMap().get(columnIndex);
102
        return (String) editor.getPropertyToLabelMap().get(columnIndex);
103 103
    }
104 104

  
105 105
    /**

Also available in: Unified diff