Skip to content

Commit 82dad22

Browse files
committed
JavaDoc: wrap lines at 80 characters in CsvFileSource
1 parent 8a8218a commit 82dad22

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

junit-jupiter-params/src/main/java/org/junit/jupiter/params/provider/CsvFileSource.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@
6464
* column is trimmed by default. This behavior can be changed by setting the
6565
* {@link #ignoreLeadingAndTrailingWhitespace} attribute to {@code true}.
6666
*
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.
67+
* <p>Note that {@link #delimiter} (or {@link #delimiterString}),
68+
* {@link #quoteCharacter}, and {@link #commentCharacter} are treated as
69+
* <em>control characters</em> and must all be distinct.
7070
*
7171
* <h2>Inheritance</h2>
7272
*

0 commit comments

Comments
 (0)