OpenSearch/benchmarks/src/main
Rory Hunter d863c510da
Autoformat :qa:os and :benchmarks (#52816)
Add `:qa:os` and `:benchmarks` to the list of automatically formatted
projects, and apply some manual fix-ups to polish it up.

In particular, I noticed that `Files.write(...)` when passed a list will
automaticaly apply a UTF-8 encoding and write a newline after each line,
making it easier to use than FileUtils.append. It's even available from
1.8.

Also, in the Allocators class, a number of methods declared thrown exceptions that IntelliJ reported were never thrown, and as far as I could see this is true, so I removed the exceptions.
2020-02-28 14:48:04 +00:00
..
java/org/elasticsearch/benchmark Autoformat :qa:os and :benchmarks (#52816) 2020-02-28 14:48:04 +00:00
resources Logging: Make node name consistent in logger (#31588) 2018-07-31 10:54:24 -04:00