Skip to content

Commit db6aacc

Browse files
committed
Javadoc
1 parent ff73496 commit db6aacc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/apache/commons/csv/CSVParserTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
import org.junit.jupiter.params.provider.ValueSource;
6666

6767
/**
68-
* CSVParserTest
68+
* Tests {@link CSVParser}.
6969
*
7070
* The test are organized in three different sections: The 'setter/getter' section, the lexer section and finally the parser section. In case a test fails, you
7171
* should follow a top-down approach for fixing a potential bug (its likely that the parser itself fails if the lexer has problems...).

0 commit comments

Comments
 (0)