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/sdd/out/SDDCdmExporter.java
67 67
	 * @param filename
68 68
	 */
69 69
	@Override
70
	protected boolean doInvoke(SDDExportState state){
70
	protected void doInvoke(SDDExportState state){
71 71
//		protected boolean doInvoke(IExportConfigurator config,
72 72
//		Map<String, MapWrapper<? extends CdmBase>> stores) {
73 73
	
......
116 116
		} 
117 117
		commitTransaction(txStatus);
118 118
		
119
		return true;
119
		return;
120 120

  
121 121
	}
122 122

  

Also available in: Unified diff