You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Davide Giannella (JIRA)" <ji...@apache.org> on 2017/06/09 12:53:19 UTC

[jira] [Closed] (OAK-6292) SecurityProviderRegistration.maybeUnregister: typo on comment

     [ https://issues.apache.org/jira/browse/OAK-6292?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Davide Giannella closed OAK-6292.
---------------------------------

Bulk close for 1.7.1

> SecurityProviderRegistration.maybeUnregister: typo on comment
> -------------------------------------------------------------
>
>                 Key: OAK-6292
>                 URL: https://issues.apache.org/jira/browse/OAK-6292
>             Project: Jackrabbit Oak
>          Issue Type: Bug
>          Components: core
>            Reporter: angela
>            Priority: Trivial
>             Fix For: 1.8, 1.7.1
>
>
> 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)