kafka/clients
Stig Døssing a407cc3a31
KAFKA-17575 Remove unnecessary file.deleteOnExit call (#17226)
TestUtils.tempDirectory already registers a shutdown hook for deleting the temp directory. There's no reason to also call File.deleteOnExit, since that just registers another hook to do the same thing.

Reviewers: TengYao Chi <kitingiao@gmail.com>, Ken Huang <s7133700@gmail.com>, Chia-Ping Tsai <chia7712@gmail.com>
2024-09-23 20:28:08 +08:00
..
src KAFKA-17575 Remove unnecessary file.deleteOnExit call (#17226) 2024-09-23 20:28:08 +08:00
.gitignore