Project

General

Profile

« Previous | Next » 

Revision 539b7820

Added by Andreas Müller over 5 years ago

cleanup

View differences:

app-import/src/main/java/eu/etaxonomy/cdm/io/wp6/CommonNameExcelImport.java
72 72

  
73 73

  
74 74
	@Override
75
    protected void analyzeRecord(HashMap<String, String> record, CichorieaeCommonNameImportState state) {
75
    protected void analyzeRecord(Map<String, String> record, CichorieaeCommonNameImportState state) {
76 76
		Set<String> keys = record.keySet();
77 77

  
78 78
    	CommonNameRow row = new CommonNameRow();

Also available in: Unified diff