apache / accumulo-access

Apache Accumulo Access Control Library
https://accumulo.apache.org
Apache License 2.0
4 stars 11 forks source link

use Objects bounds checking methods #80

Closed keith-turner closed 3 months ago

keith-turner commented 3 months ago

I like static imports for methods from the Objects class, because they tend to be a bit verbose already, and "Objects." doesn't really add any new information (as a location for these static methods, it actually seems kind of arbitrary; "Arrays" probably would have been a better choice).

The static import change was nice. These methods being in Objects was a mystery to me, seemed like Arrays would have been a better place to put them.