Project

General

Profile

« Previous | Next » 

Revision bf20bbfd

Added by Katja Luther almost 4 years ago

adapt editor to value of statisticalMeasurementValue as BigDecimal

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/element/TextWithLabelElement.java
141 141
     * @return a {@link java.lang.String} object.
142 142
     */
143 143
    public String getText() {
144

  
145
      return CdmUtils.Nb(text.getText());
144
        if (!text.isDisposed()){
145
            return CdmUtils.Nb(text.getText());
146
        }else{
147
            return null;
148
        }
146 149
    }
147 150

  
148 151
    /**

Also available in: Unified diff