[
https://issues.apache.org/jira/browse/JCR-4141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
angela updated JCR-4141:
------------------------
Description:
the comment within {{SecurityProviderRegistration.maybeUnregister}} states{
{code}
// The preconditions are not satisfied. This may happen when a
// dependency is unbound from the current component.
if (preconditions.areSatisfied()) {
log.info("Aborting: preconditions are satisfied");
return;
}
{code}
what is actually meant is that the preconditions are still satisfied and we
therefore have no reason to continue with the unregistration.
> SecurityProviderRegistration.maybeUnregister: typo on comment
> -------------------------------------------------------------
>
> Key: JCR-4141
> URL: https://issues.apache.org/jira/browse/JCR-4141
> Project: Jackrabbit Content Repository
> Issue Type: Bug
> Components: core
> Reporter: angela
> Priority: Trivial
>
> the comment within {{SecurityProviderRegistration.maybeUnregister}} states{
> {code}
> // The preconditions are not satisfied. This may happen when a
> // dependency is unbound from the current component.
> if (preconditions.areSatisfied()) {
> log.info("Aborting: preconditions are satisfied");
> return;
> }
> {code}
> what is actually meant is that the preconditions are still satisfied and we
> therefore have no reason to continue with the unregistration.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)