ctubbsii opened a new pull request, #3071: URL: https://github.com/apache/accumulo/pull/3071
This removes an unneeded static `memoizeWithExpiration` method that existed solely to avoid a warning from the modernizer-maven-plugin. This change does not trigger that warning, and allows us to call Suppliers.memoizeWithExpiration directly, rather than through a proxy method. Additionally, this makes each of the three calls to this method independent of each other, so if it makes sense to tweak the expiration period for each of them, that can now be done. -- 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]
