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)