Project

General

Profile

« Previous | Next » 

Revision 6eb13237

Added by Katja Luther almost 9 years ago

#4725

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/name/TypeDesignationSection.java
73 73
	/** {@inheritDoc} */
74 74
	@Override
75 75
	public Collection<TypeDesignationBase> getCollection(TaxonNameBase entity) {
76
		if (entity == null){
77
			return null;
78
		}
76 79
		return entity.getTypeDesignations();
77 80
	}
78 81

  

Also available in: Unified diff