DomGarguilo commented on PR #5893: URL: https://github.com/apache/accumulo/pull/5893#issuecomment-3313375971
In 7b8d593 I added some more improvements. * In a few places we were passing around the String representation of a ResourceGroupId. I replaced those with the ResourceGroupId object to avoid converting to/from string/ResourceGroupId. * We were collecting to a `.distinct().sorted()` list so I replaced that with a TreeSet. * Replaced the usages of these things in the methods that were using them. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
