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/DwcaVernacularExport.java
62 62
	 * @param filename
63 63
	 */
64 64
	@Override
65
	protected boolean doInvoke(DwcaTaxExportState state){
65
	protected void doInvoke(DwcaTaxExportState state){
66 66
		DwcaTaxExportConfigurator config = state.getConfig();
67 67
		TransactionStatus txStatus = startTransaction(true);
68 68

  
......
110 110
			closeWriter(writer, state);
111 111
		}
112 112
		commitTransaction(txStatus);
113
		return true;
113
		return;
114 114
	}
115 115
	
116 116

  

Also available in: Unified diff