Project

General

Profile

« Previous | Next » 

Revision db183545

Added by Andreas Müller almost 7 years ago

ref #6630 and ref #6368 remove generics from TaxonName

View differences:

cdmlib-io/src/main/java/eu/etaxonomy/cdm/io/taxonx/TaxonXNomenclatureImport.java
512 512
				String[] collectionStrings = typeLocStatus.substring(pos).split(",");
513 513
				for(String collectionString : collectionStrings){
514 514
					if (taxonBase != null){
515
						TaxonName<?,?> taxonName = taxonBase.getName();
515
						TaxonName taxonName = taxonBase.getName();
516 516
						if (taxonName != null){
517 517
							Reference citation = null;
518 518
							String citationMicroReference = null;

Also available in: Unified diff