mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-10 15:05:33 +00:00
This commit replaces `org.apache.logging.log4j.util.Supplier` by `java.util.function.Supplier` in non-logging code. These usages are neither incorrect nor wrong but rather than accidental. I think our intention was to use the JDK's Supplier in these places.