[
https://issues.apache.org/jira/browse/KYLIN-3143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16307431#comment-16307431
]
Chao Long commented on KYLIN-3143:
----------------------------------
I hope to fix this issue.
> 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)