Project

General

Profile

« Previous | Next » 

Revision 11e38aae

Added by Andreas Müller over 3 years ago

ref #9228 , ref #4866 some fixes for subtree cloning

View differences:

cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/name/TaxonName.java
3702 3702
                result.authorshipCache = null;
3703 3703
            }
3704 3704

  
3705
            //registrations
3706
            result.registrations = new HashSet<>();
3707
            for (Registration registration : getRegistrations()){
3708
                result.registrations.add(registration);
3709
            }
3710

  
3705 3711
            //no changes to: appendedPharse, nomenclaturalReference,
3706 3712
            //nomenclaturalMicroReference, parsingProblem, problemEnds, problemStarts
3707 3713
            //protectedFullTitleCache, rank

Also available in: Unified diff