Project

General

Profile

« Previous | Next » 

Revision 51171c9d

Added by Andreas Müller over 12 years ago

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

View differences:

cdmlib-io/src/main/java/eu/etaxonomy/cdm/io/common/CdmIoBase.java
102 102
			return true;
103 103
		}else{
104 104
			updateProgress(state, "Invoking " + ioName);
105
			return doInvoke(state);
105
			doInvoke(state);
106
			return state.isSuccess();
106 107
		}
107 108
	}
108 109
	
......
111 112
	 * @param state
112 113
	 * @return
113 114
	 */
114
	protected abstract boolean doInvoke(STATE state);
115
	protected abstract void doInvoke(STATE state);
115 116

  
116 117
	
117 118
	@Autowired

Also available in: Unified diff