You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2021/04/27 19:11:00 UTC

[GitHub] [accumulo] keith-turner commented on issue #2040: Use Set.of() instead of new HashSet<>(Arrays.asList) in

keith-turner commented on issue #2040:
URL: https://github.com/apache/accumulo/issues/2040#issuecomment-827850563


   There are other places where this type of change could be made. In Linux can run the following command on the Accumulo source code to look possible places to make this change.
   
   ```bash
   find . -name "*.java" | xargs grep asList | grep new | grep Set 
   ```


-- 
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:
users@infra.apache.org