Project

General

Profile

« Previous | Next » 

Revision 8481f952

Added by Andreas Müller almost 4 years ago

cleanup

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/element/BigDecimalWithLabelElement.java
79 79
            return StringUtils.isBlank(text) ? null : new BigDecimal(text);
80 80
        } catch (NumberFormatException e) {
81 81
            exception = e;
82
            return null;
82 83
        }
83
        return null;
84 84
    }
85 85

  
86 86
}

Also available in: Unified diff