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: [email protected]
