Project

General

Profile

« Previous | Next » 

Revision ab4cc1fb

Added by Andreas Müller about 14 years ago

some refactoring in the IO classes

View differences:

cdmlib-io/src/main/java/eu/etaxonomy/cdm/io/common/mapping/DbImportObjectCreationMapperBase.java
159 159
		return result;
160 160
	}
161 161
	
162
	
163
	/**
164
	 * Returns the transformer from the configuration
165
	 * @return
166
	 */
167
	protected IInputTransformer getTransformer(){
168
		return getState().getConfig().getTransformer();
169
	}
170
	
162 171
}

Also available in: Unified diff