Skip to content

Commit

Permalink
Change JavaDoc Thrown info
Browse files Browse the repository at this point in the history
  • Loading branch information
arturobernalg committed Dec 29, 2020
1 parent ab14f47 commit 367a3c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/org/apache/commons/csv/CSVParserTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ public void testGetOneLine() throws IOException {
/**
* Tests reusing a parser to process new string records one at a time as they are being discovered. See [CSV-110].
*
* @throws IOException If something goes wrong
* @throws IOException when an I/O error occurs.
*/
@Test
public void testGetOneLineOneParser() throws IOException {
Expand Down

0 comments on commit 367a3c6

Please sign in to comment.