Project

General

Profile

« Previous | Next » 

Revision edc8c14e

Added by Andreas Müller almost 2 years ago

replace LinkedHashMap by Map where possible

View differences:

cdmlib-services/src/main/java/eu/etaxonomy/cdm/api/service/name/TypeDesignationSetManager.java
405 405
        return this.typeDesignations.get(uuid);
406 406
    }
407 407

  
408
    public LinkedHashMap<TypedEntityReference<? extends VersionableEntity>, TypeDesignationWorkingSet> getOrderedTypeDesignationWorkingSets() {
408
    public Map<TypedEntityReference<? extends VersionableEntity>, TypeDesignationWorkingSet> getOrderedTypeDesignationWorkingSets() {
409 409
        return orderedByTypesByBaseEntity;
410 410
    }
411 411

  

Also available in: Unified diff