Project

General

Profile

« Previous | Next » 

Revision c5aa066b

Added by Katja Luther about 8 years ago

fix move taxonnode and remove null values from childrenlists in several places

View differences:

cdmlib-services/src/main/java/eu/etaxonomy/cdm/api/service/TaxonServiceImpl.java
353 353
    public Taxon changeSynonymToRelatedTaxon(Synonym synonym, Taxon toTaxon, TaxonRelationshipType taxonRelationshipType, Reference citation, String microcitation){
354 354

  
355 355
        // Get name from synonym
356
        if (synonym == null){
357
            return null;
358
        }
356 359
        TaxonNameBase<?, ?> synonymName = synonym.getName();
357 360

  
358 361
      /*  // remove synonym from taxon

Also available in: Unified diff