Project

General

Profile

« Previous | Next » 

Revision 2b76987d

Added by Andreas Kohlbecker over 2 years ago

fixing typo

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/view/name/NameTypeDesignationPresenter.java
122 122
            try {
123 123
                setPublishedUnit(NamedSource.NewPrimarySourceInstance(reference, null));
124 124
            } catch(Exception e) {
125
                throw new RuntimeException("Refernce of invalid type passed via NameTypeDesignationWorkingsetIds as publishedUnitUuid ", e);
125
                throw new RuntimeException("Reference of invalid type passed via NameTypeDesignationWorkingsetIds as publishedUnitUuid ", e);
126 126
            }
127 127
            EntityInitStrategy initstrategy = RegistrationWorkingSetService.NAME_INIT_STRATEGY
128 128
                    .clone()

Also available in: Unified diff