Skip to content

Commit

Permalink
Unnecessary @SuppressWarnings("resource")
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Jul 15, 2024
1 parent e80c4ba commit 2700513
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/org/apache/commons/csv/CSVFormat.java
Original file line number Diff line number Diff line change
Expand Up @@ -2065,7 +2065,6 @@ public CSVPrinter print(final Appendable out) throws IOException {
* @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);
}
Expand Down

0 comments on commit 2700513

Please sign in to comment.