Project

General

Profile

« Previous | Next » 

Revision 538c276e

Added by Andreas Müller over 9 years ago

merge app-import 3.4 branch into trunk

View differences:

app-import/src/main/java/eu/etaxonomy/cdm/io/caryo/CaryoTaxonImport.java
339 339
				IBookSection section = ReferenceFactory.newBookSection();
340 340
				section.setInBook(book);
341 341
				TeamOrPersonBase<?> inAuthor = getInAuthor(inAutorStr);
342
				book.setAuthorTeam(inAuthor);
342
				book.setAuthorship(inAuthor);
343 343
				result = section;
344 344
			}else{
345 345
				result = book;
......
349 349
			result = null;
350 350
		}
351 351
		if (result != null){
352
			result.setAuthorTeam(author);
352
			result.setAuthorship(author);
353 353
			makeDate(state, rs, result, id);
354 354
		}
355 355
		return result;

Also available in: Unified diff