Project

General

Profile

« Previous | Next » 

Revision be6b41e5

Added by Andreas Müller over 4 years ago

cleanup

View differences:

cdm-pesi/src/main/java/eu/etaxonomy/cdm/io/pesi/erms/ErmsImportState.java
71 71
		usernameMap.put(username, user);
72 72
	}
73 73

  
74
	/**
75
	 * @param rankMap the rankMap to set
76
	 */
77 74
	public void setRankMap(Map<Integer, Map<Integer,Rank>> rankMap) {
78 75
		this.rankMap = rankMap;
79 76
	}
80 77

  
81

  
82 78
	/**
83 79
	 * Returns the CDM rank depending on the ERMS rankId and the ERMS kingdomId. Returns <code>
84 80
	 * null</code> if the rank does not exist.

Also available in: Unified diff