Project

General

Profile

« Previous | Next » 

Revision a7ffd739

Added by Andreas Müller almost 6 years ago

ref #7109 update test data for nom. val. and in parser

View differences:

cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/name/NomenclaturalStatusType.java
861 861
     * @return
862 862
     */
863 863
    private static String normalizeStatusAbbrev(String statusAbbreviation) {
864
        //#7109 should not happen anymore
864 865
        if (statusAbbreviation.equalsIgnoreCase("nom. valid")){
865
            statusAbbreviation = "nom. val.";  //#7109
866
            statusAbbreviation = "nom. val.";
866 867
        }
867 868
        return statusAbbreviation;
868 869
    }

Also available in: Unified diff