Project

General

Profile

« Previous | Next » 

Revision 31938ede

Added by Andreas Müller over 5 years ago

cleanup

View differences:

app-import/src/main/java/eu/etaxonomy/cdm/io/berlinModel/in/BerlinModelCommonNamesImport.java
173 173

  
174 174

  
175 175
    @Override
176
	public boolean doPartition(ResultSetPartitioner partitioner, BerlinModelImportState state)  {
176
	public boolean doPartition(@SuppressWarnings("rawtypes") ResultSetPartitioner partitioner, BerlinModelImportState state)  {
177 177
		boolean success = true ;
178 178

  
179
		Set<TaxonBase> taxaToSave = new HashSet<>();
179
		@SuppressWarnings("rawtypes")
180
        Set<TaxonBase> taxaToSave = new HashSet<>();
180 181
		@SuppressWarnings("unchecked")
181 182
        Map<String, Taxon> taxonMap = partitioner.getObjectMap(BerlinModelTaxonImport.NAMESPACE);
182 183
		@SuppressWarnings("unchecked")

Also available in: Unified diff