ctubbsii opened a new pull request #2021:
URL: https://github.com/apache/accumulo/pull/2021
Apply various minor improvements to our Java code.
* Use builtin immutable maps/sets/lists when available:
Utilize some Java 11 features for immutable maps, sets, and lists, to
minimize our dependence on equivalent Guava features. Some use of Guava
builders for these are still used, since Java 11 doesn't have convenient
immutable collection builders, but they have been made final to ensure
we use them correctly and don't re-assign them once built.
* Apply Eclipse save actions to clean up some code
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]