Project

General

Profile

« Previous | Next » 

Revision 3987e8b8

Added by Andreas Müller about 5 years ago

ref #8017 add isLectotype to helper class

View differences:

cdmlib-services/src/main/java/eu/etaxonomy/cdm/api/service/name/TypeDesignationSetManager.java
898 898
        protected void setDefaultTerms(TermVocabulary<NullTypeDesignationStatus> termVocabulary) {}
899 899

  
900 900
        @Override
901
        protected void setDefaultTerms(TermVocabulary<NullTypeDesignationStatus> termVocabulary) {
902
            // empty
901
        public boolean isLectotype() {
902
            return false;
903 903
        }
904 904

  
905 905
    }

Also available in: Unified diff