Project

General

Profile

« Previous | Next » 

Revision e1fe2afa

Added by Andreas Müller almost 2 years ago

ref #10067, ref #3722, ref #8127 fully remove TaxonNode sortindex code from TaxonNode and CdmLight

View differences:

cdmlib-io/src/main/java/eu/etaxonomy/cdm/io/cdmLight/CdmLightClassificationExport.java
389 389
                }
390 390
            }
391 391

  
392
//            taxonNode.removeNullValueFromChildren();
393

  
394 392
        } catch (Exception e) {
395 393
            state.getResult().addException(e, "An unexpected error occurred when handling the taxon node of "
396 394
                    + cdmBaseStr(taxonNode.getTaxon()) + ", titleCache:"+ taxonNode.getTaxon().getTitleCache()+": " + e.getMessage());

Also available in: Unified diff