Project

General

Profile

« Previous | Next » 

Revision 038695b2

Added by Andreas Müller about 5 years ago

fix some compilation issues with generics

View differences:

cdmlib-io/src/main/java/eu/etaxonomy/cdm/io/dwca/out/DwcaTypesExport.java
133 133
	 * @throws UnsupportedEncodingException
134 134
	 * @throws FileNotFoundException
135 135
	 */
136
	private Set<TypeDesignationBase<?>> handleTypeName(DwcaTaxExportState state,
136
	private Set<TypeDesignationBase> handleTypeName(DwcaTaxExportState state,
137 137
	        DwcaTaxExportFile file, TaxonBase<?> taxonBase,
138 138
	        INonViralName nvn, DwcaMetaDataRecord metaRecord)
139 139
	        throws FileNotFoundException, UnsupportedEncodingException, IOException {
140 140

  
141 141
	    DwcaTaxExportConfigurator config = state.getConfig();
142
		Set<TypeDesignationBase<?>> designations = nvn.getTypeDesignations();
142
		Set<TypeDesignationBase> designations = nvn.getTypeDesignations();
143 143
		for (TypeDesignationBase<?> designation:designations){
144 144
			DwcaTypesRecord record = new DwcaTypesRecord(metaRecord, config);
145 145
			if (! state.recordExistsUuid(designation)

Also available in: Unified diff