Project

General

Profile

« Previous | Next » 

Revision c59ecc4a

Added by Andreas Müller almost 13 years ago

last updates for Taxon Excel Import and moving all success variables to state

View differences:

cdmlib-eflora/src/main/java/eu/etaxonomy/cdm/io/eflora/EfloraTaxonImport.java
107 107
	private UnmatchedLeads unmatchedLeads;
108 108
	
109 109
	@Override
110
	public boolean doInvoke(EfloraImportState state){
110
	public void doInvoke(EfloraImportState state){
111 111
		logger.info("start make Taxa ...");
112 112
		
113 113
		//FIXME reset state
......
189 189
//		invokeDoKey(state);
190 190
		logger.info("end makeKey ...");
191 191
		
192
		return success.getValue();
192
		if (! success.getValue()){
193
			state.setUnsuccessfull();
194
		}
195
		return ;
193 196
	}
194 197

  
195 198

  

Also available in: Unified diff