Project

General

Profile

« Previous | Next » 

Revision da39aca0

Added by Andreas Müller about 7 years ago

ref #6365 merge static methods from BotanicaName to TaxonNameBase

View differences:

cdmlib-services/src/test/java/eu/etaxonomy/cdm/api/service/IdentifiableServiceBaseTest.java
273 273
		termService.save(identifierType2);
274 274

  
275 275

  
276
    	BotanicalName name = BotanicalName.NewInstance(Rank.SPECIES());
276
    	BotanicalName name = TaxonNameBase.NewBotanicalInstance(Rank.SPECIES());
277 277
        Taxon tb = Taxon.NewInstance(name, null);
278 278
        tb.addIdentifier("ext-1234", identifierType1);
279 279
        name.addIdentifier("ext-name12", identifierType2);

Also available in: Unified diff