We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a8218a commit 82dad22Copy full SHA for 82dad22
junit-jupiter-params/src/main/java/org/junit/jupiter/params/provider/CsvFileSource.java
@@ -64,9 +64,9 @@
64
* column is trimmed by default. This behavior can be changed by setting the
65
* {@link #ignoreLeadingAndTrailingWhitespace} attribute to {@code true}.
66
*
67
- * <p>Note that {@link #delimiter} (or {@link #delimiterString}), {@link #quoteCharacter},
68
- * and {@link #commentCharacter} are treated as <em>control characters</em>
69
- * and must all be distinct.
+ * <p>Note that {@link #delimiter} (or {@link #delimiterString}),
+ * {@link #quoteCharacter}, and {@link #commentCharacter} are treated as
+ * <em>control characters</em> and must all be distinct.
70
71
* <h2>Inheritance</h2>
72
0 commit comments