Project

General

Profile

« Previous | Next » 

Revision c59ecc4a

Added by Andreas Müller over 12 years ago

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

View differences:

app-import/src/main/java/eu/etaxonomy/cdm/io/cyprus/CyprusUserImport.java
45 45

  
46 46

  
47 47
	@Override
48
	protected boolean doInvoke(CyprusImportState state) {
48
	protected void doInvoke(CyprusImportState state) {
49 49
		this.getAuthenticationManager();
50 50
		
51 51
		String username = "cmi";
......
69 69
		
70 70
		
71 71

  
72
		return true;
72
		return;
73 73
	}
74 74

  
75 75

  

Also available in: Unified diff