Project

General

Profile

« Previous | Next » 

Revision 133d0005

Added by Andreas Müller about 7 years ago

cleanup

View differences:

cdmlib-io/src/main/java/eu/etaxonomy/cdm/io/markup/MarkupFeatureImport.java
277 277
			return lastDescriptionElement;
278 278
		}else if (feature.equals(Feature.COMMON_NAME()) && (isFreetext == null || !isFreetext)){
279 279
			List<DescriptionElementBase> commonNames = makeCommonNameString(state, reader, next);
280
			//NODE: we do also have the old version makeVernacular, which was called from "others" below
280
			//NOTE: we do also have the old version makeVernacular, which was called from "others" below
281 281
			for (DescriptionElementBase commonName : commonNames){
282 282
				taxonDescription.addElement(commonName);
283 283
				lastDescriptionElement = commonName;

Also available in: Unified diff