protected synchronized void bindAmendment()

in src/main/java/org/apache/sling/serviceusermapping/impl/ServiceUserMapperImpl.java [317:323]


    protected synchronized void bindAmendment(final MappingConfigAmendment amendment, final Map<String, Object> props) {
        final Long key = (Long) props.get(Constants.SERVICE_ID);
        RegistrationSet registrationSet = null;
        amendments.put(key, amendment);
        registrationSet = this.updateMappings();
        executeServiceRegistrationsAsync(registrationSet);
    }