We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e80c4ba commit 2700513Copy full SHA for 2700513
1 file changed
src/main/java/org/apache/commons/csv/CSVFormat.java
@@ -2065,7 +2065,6 @@ public CSVPrinter print(final Appendable out) throws IOException {
2065
* @throws IOException thrown if the optional header cannot be printed.
2066
* @since 1.5
2067
*/
2068
- @SuppressWarnings("resource")
2069
public CSVPrinter print(final File out, final Charset charset) throws IOException {
2070
return print(out.toPath(), charset);
2071
}
0 commit comments