Project

General

Profile

« Previous | Next » 

Revision 50818ab7

Added by Katja Luther over 8 years ago

adapt the import classes to the new return type ImportResult

View differences:

app-import/src/main/java/eu/etaxonomy/cdm/app/common/CdmDestinations.java
346 346
	public static ICdmDataSource cdm_local_caryo(){
347 347
		DatabaseTypeEnum dbType = DatabaseTypeEnum.MySQL;
348 348
		String cdmServer = "127.0.0.1";
349
		String cdmDB = "cdm_edit_palmae";
350
		String cdmUserName = "edit";
349
		String cdmDB = "cdm_local_caryophyllales";
350
		String cdmUserName = "root";
351 351
		return makeDestination(dbType, cdmServer, cdmDB, -1, cdmUserName, null);
352 352
	}
353 353

  

Also available in: Unified diff