Skip to content

Commit bf987d5

Browse files
committed
1 parent eddb332 commit bf987d5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,6 @@ public CSVParser(final Reader reader, final CSVFormat format) throws IOException
521521
* @deprecated Will be private in the next major version, use {@link Builder#get()}.
522522
*/
523523
@Deprecated
524-
@SuppressWarnings("resource")
525524
public CSVParser(final Reader reader, final CSVFormat format, final long characterOffset, final long recordNumber)
526525
throws IOException {
527526
this(reader, format, characterOffset, recordNumber, null, false);

0 commit comments

Comments
 (0)