Project

General

Profile

« Previous | Next » 

Revision 1715c505

Added by Andreas Müller about 5 years ago

try fixing compile error

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/name/TypeDesignationSection.java
71 71

  
72 72
	/** {@inheritDoc} */
73 73
	@Override
74
	public Collection<TypeDesignationBase<?>> getCollection(TaxonName entity) {
74
	public Collection<TypeDesignationBase> getCollection(TaxonName entity) {
75 75
		if (entity == null){
76 76
			return null;
77 77
		}
78
		return entity.getTypeDesignations();
78
		return (Collection)entity.getTypeDesignations();
79 79
	}
80 80

  
81 81
	@Override

Also available in: Unified diff