mirror of
https://github.com/apache/commons-csv.git
synced 2025-03-03 15:29:06 +00:00
Unnecessary @SuppressWarnings("resource")
This commit is contained in:
parent
e80c4ba5b9
commit
2700513c0f
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user