Project

General

Profile

« Previous | Next » 

Revision 51171c9d

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-io/src/main/java/eu/etaxonomy/cdm/io/dwca/out/DwcaDescriptionExport.java
59 59
	 * @param filename
60 60
	 */
61 61
	@Override
62
	protected boolean doInvoke(DwcaTaxExportState state){
62
	protected void doInvoke(DwcaTaxExportState state){
63 63
		DwcaTaxExportConfigurator config = state.getConfig();
64 64
		TransactionStatus txStatus = startTransaction(true);
65 65

  
......
106 106
			closeWriter(writer, state);
107 107
		}
108 108
		commitTransaction(txStatus);
109
		return true;
109
		return;
110 110
	}
111 111

  
112 112

  

Also available in: Unified diff