Polish 'Remove redundant array creation'

See gh-39259
This commit is contained in:
Phillip Webb
2024-01-23 09:37:19 -08:00
parent d3c97adf79
commit 15f1e8536b

View File

@@ -22,7 +22,6 @@ import java.io.FileWriter;
import java.io.IOException;
import java.io.InputStreamReader;
import java.nio.file.Files;
import java.nio.file.LinkOption;
import java.nio.file.attribute.BasicFileAttributeView;
import java.nio.file.attribute.BasicFileAttributes;
import java.nio.file.attribute.FileTime;