Unnecessary @SuppressWarnings("resource")

This commit is contained in:
Gary Gregory 2024-07-15 14:51:23 -04:00
parent e80c4ba5b9
commit 2700513c0f
1 changed files with 0 additions and 1 deletions

View File

@ -2065,7 +2065,6 @@ public final class CSVFormat implements Serializable {
* @throws IOException thrown if the optional header cannot be printed.
* @since 1.5
*/
@SuppressWarnings("resource")
public CSVPrinter print(final File out, final Charset charset) throws IOException {
return print(out.toPath(), charset);
}