You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ranger.apache.org by Colm O hEigeartaigh <co...@apache.org> on 2017/03/09 11:51:37 UTC

Review Request 57456: RANGER-1441 - Remove MapUtils.EMPTY_MAP

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/57456/
-----------------------------------------------------------

Review request for ranger.


Bugs: RANGER-1441
    https://issues.apache.org/jira/browse/RANGER-1441


Repository: ranger


Description
-------

Using MapUtils.EMPTY_MAP creates generics warnings. Instead we should just use a parameterized Collections.emptyMap instance.


Diffs
-----

  tagsync/src/main/java/org/apache/ranger/tagsync/source/atlas/AtlasNotificationMapper.java 922317e 


Diff: https://reviews.apache.org/r/57456/diff/1/


Testing
-------


Thanks,

Colm O hEigeartaigh


Re: Review Request 57456: RANGER-1441 - Remove MapUtils.EMPTY_MAP

Posted by Qiang Zhang <zh...@zte.com.cn>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/57456/#review168582
-----------------------------------------------------------


Ship it!




Ship It!

- Qiang Zhang


On March 9, 2017, 11:51 a.m., Colm O hEigeartaigh wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/57456/
> -----------------------------------------------------------
> 
> (Updated March 9, 2017, 11:51 a.m.)
> 
> 
> Review request for ranger.
> 
> 
> Bugs: RANGER-1441
>     https://issues.apache.org/jira/browse/RANGER-1441
> 
> 
> Repository: ranger
> 
> 
> Description
> -------
> 
> Using MapUtils.EMPTY_MAP creates generics warnings. Instead we should just use a parameterized Collections.emptyMap instance.
> 
> 
> Diffs
> -----
> 
>   tagsync/src/main/java/org/apache/ranger/tagsync/source/atlas/AtlasNotificationMapper.java 922317e 
> 
> 
> Diff: https://reviews.apache.org/r/57456/diff/1/
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> Colm O hEigeartaigh
> 
>