Project

General

Profile

« Previous | Next » 

Revision 1b767585

Added by Andreas Kohlbecker almost 6 years ago

typo

View differences:

src/main/java/eu/etaxonomy/cdm/persistence/hibernate/GrantedAuthorityRevokingRegistrationUpdateLister.java
56 56

  
57 57
    /**
58 58
     *
59
     * Registrations having these states must no longer be midifiable by users having only per entity permissions on the
59
     * Registrations having these states must no longer be modifiable by users having only per entity permissions on the
60 60
     * Registration subgraph
61 61
     */
62 62
    private static final EnumSet<RegistrationStatus> MODIFICATION_STOP_STATES = EnumSet.of(
......
130 130
        }
131 131
        name = HibernateProxyHelper.deproxy(name);
132 132
        deleteCandidates.add(new CdmAuthority(name, UPDATE_DELETE));
133
        addDeleteCandidates(deleteCandidates, (Reference)name.getNomenclaturalReference());
133
        addDeleteCandidates(deleteCandidates, name.getNomenclaturalReference());
134 134
        addDeleteCandidates(deleteCandidates, name.getCombinationAuthorship());
135 135
        addDeleteCandidates(deleteCandidates, name.getExCombinationAuthorship());
136 136
        addDeleteCandidates(deleteCandidates, name.getBasionymAuthorship());

Also available in: Unified diff