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:

cdm-pesi/src/main/java/eu/etaxonomy/cdm/io/pesi/indexFungorum/IndexFungorumImportBase.java
304 304
		//inRef + inRefAuthor
305 305
		if (pubAuthor != null){
306 306
			Reference<?> inRef = ReferenceFactory.newGeneric();
307
			inRef.setAuthorTeam(pubAuthor);
307
			inRef.setAuthorship(pubAuthor);
308 308
			ref.setInReference(inRef);
309 309
			hasInReference = true;
310 310
		}
......
314 314
		if (refAuthor == null){
315 315
			refAuthor = Team.NewTitledInstance(authorStr, authorStr);
316 316
		}
317
		ref.setAuthorTeam(refAuthor);
317
		ref.setAuthorship(refAuthor);
318 318
		//location
319 319
		String location = rs.getString("pubIMIAbbrLoc");
320 320
		if (StringUtils.isNotBlank(location)){

Also available in: Unified diff