You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "angela (JIRA)" <ji...@apache.org> on 2017/06/01 14:08:04 UTC

[jira] [Updated] (JCR-4141) SecurityProviderRegistration.maybeUnregister: typo on comment

     [ 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)