Skip to content

Commit 2700513

Browse files
committed
Unnecessary @SuppressWarnings("resource")
1 parent e80c4ba commit 2700513

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/main/java/org/apache/commons/csv/CSVFormat.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2065,7 +2065,6 @@ public CSVPrinter print(final Appendable out) throws IOException {
20652065
* @throws IOException thrown if the optional header cannot be printed.
20662066
* @since 1.5
20672067
*/
2068-
@SuppressWarnings("resource")
20692068
public CSVPrinter print(final File out, final Charset charset) throws IOException {
20702069
return print(out.toPath(), charset);
20712070
}

0 commit comments

Comments
 (0)