Revision 2f0d9de4
Added by Andreas Müller about 3 years ago
eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/descriptive/operation/CreateDescriptionElementOperation.java | ||
---|---|---|
108 | 108 |
element = QuantitativeData.NewInstance(); |
109 | 109 |
} |
110 | 110 |
else if(feature.isSupportsTemporalData()){ |
111 |
element = TemporalData.NewInstance(null);
|
|
111 |
element = TemporalData.NewInstance(); |
|
112 | 112 |
} |
113 | 113 |
else { |
114 | 114 |
element = TextData.NewInstance(); |
Also available in: Unified diff
fix compile error