You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2018/01/01 05:33:02 UTC

[jira] [Created] (KYLIN-3143) Wrong use of Preconditions.checkNotNull() in ManagedUser#removeAuthoritie

Ted Yu created KYLIN-3143:
-----------------------------

             Summary: Wrong use of Preconditions.checkNotNull() in ManagedUser#removeAuthoritie
                 Key: KYLIN-3143
                 URL: https://issues.apache.org/jira/browse/KYLIN-3143
             Project: Kylin
          Issue Type: Bug
            Reporter: Ted Yu
            Priority: Minor


{code}
    public void removeAuthoritie(String auth) {
        Preconditions.checkNotNull(this.authorities == null);
{code}
I think the intention was to check this.authorities, not {{this.authorities == null}}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)