Project

General

Profile

« Previous | Next » 

Revision beae2e59

Added by Andreas Müller about 12 years ago

minor

View differences:

cdmlib-io/src/main/java/eu/etaxonomy/cdm/io/common/mapping/DbImportTaxIncludedInMapper.java
93 93
	 */
94 94
	public CdmBase invoke(ResultSet rs, CdmBase cdmBase) throws SQLException {
95 95
		STATE state = getState();
96
		CdmImportBase currentImport = state.getCurrentIO();
96
		CdmImportBase<?,STATE> currentImport = state.getCurrentIO();
97 97
		if (currentImport instanceof ICheckIgnoreMapper){
98 98
			boolean ignoreRecord = ((ICheckIgnoreMapper)currentImport).checkIgnoreMapper(this, rs);
99 99
			if (ignoreRecord){

Also available in: Unified diff