Project

General

Profile

« Previous | Next » 

Revision 3776382f

Added by Andreas Kohlbecker about 3 years ago

ref #9475 fixing NameTypeDesignations for existing names in other nom acts can not be created

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/view/name/SpecimenTypeDesignationWorkingsetIds.java
19 19
 */
20 20
public class SpecimenTypeDesignationWorkingsetIds extends TypeDesignationWorkingsetIds<FieldUnit> {
21 21

  
22
    /**
23
     * @param registrationUuid
24
     * @param baseEntityRef
25
     * @param typifiedNameUuid
26
     */
27 22
    public SpecimenTypeDesignationWorkingsetIds(UUID publishedUnitUuid, UUID registrationUuid, TypedEntityReference<FieldUnit> baseEntityRef, UUID typifiedNameUuid) {
28 23
        super(publishedUnitUuid, registrationUuid, baseEntityRef, typifiedNameUuid);
29 24
    }

Also available in: Unified diff