Project

General

Profile

« Previous | Next » 

Revision 2f0d9de4

Added by Andreas Müller almost 4 years ago

fix compile error

View differences:

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