Project

General

Profile

« Previous | Next » 

Revision 3af4f365

Added by Andreas Müller about 1 year ago

cleanup

View differences:

app-import/src/main/java/eu/etaxonomy/cdm/io/wp6/CommonNameImportConfigurator.java
44 44
    @Override
45 45
	protected void makeIoClassList(){
46 46
		ioClassList = new Class[]{
47
				CommonNameExcelImport.class ,
47
				CichorieaeCommonNameExcelImport.class ,
48 48
		};
49 49
	}
50 50

  
......
60 60
	   setDestination(destination);
61 61
	}
62 62

  
63

  
64
	/* (non-Javadoc)
65
	 * @see eu.etaxonomy.cdm.io.common.ImportConfiguratorBase#getSource()
66
	 */
67 63
	@Override
68 64
	public URI getSource() {
69 65
		return super.getSource();

Also available in: Unified diff