Project

General

Profile

« Previous | Next » 

Revision b67e063e

Added by Andreas Kohlbecker over 7 years ago

ref #6026 fixing rank

View differences:

app-import/src/main/java/eu/etaxonomy/cdm/io/iapt/IAPTExcelImport.java
1087 1087
        } else if(name.matches("^Incertae sedis$|^No group assigned$")){
1088 1088
           return rankFamilyIncertisSedis();
1089 1089
        } else if(name.matches(".*phyta$|.*mycota$")){
1090
           return Rank.SECTION_BOTANY();
1090
           return Rank.PHYLUM();
1091 1091
        } else if(name.matches(".*phytina$|.*mycotina$")){
1092
           return Rank.SUBSECTION_BOTANY();
1092
           return Rank.SUBPHYLUM();
1093 1093
        } else if(name.matches("Gymnospermae$|.*ones$")){ // Monocotyledones, Dicotyledones
1094 1094
            return rankUnrankedSupraGeneric();
1095 1095
        } else if(name.matches(".*opsida$|.*phyceae$|.*mycetes$|.*ones$|^Musci$|^Hepaticae$")){

Also available in: Unified diff