Skip to content

Commit 105fb62

Browse files
committed
Update Javadoc for @CsvSource regarding # comments
This commit updates the Javadoc to reflect changes made in #2528.
1 parent 7a79a3e commit 105fb62

File tree

1 file changed

+1
-5
lines changed
  • junit-jupiter-params/src/main/java/org/junit/jupiter/params/provider

1 file changed

+1
-5
lines changed

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

+1-5
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,7 @@
4848
* The CSV lines to use as the source of arguments; must not be empty.
4949
*
5050
* <p>Each value corresponds to a line in a CSV file and will be split using
51-
* the specified {@link #delimiter} or {@link #delimiterString}. Any line
52-
* beginning with a {@code #} symbol will be interpreted as a comment and will
53-
* be ignored.
51+
* the specified {@link #delimiter} or {@link #delimiterString}.
5452
*
5553
* <p>Defaults to an empty array. You therefore must supply CSV content
5654
* via this attribute or the {@link #textBlock} attribute.
@@ -82,8 +80,6 @@
8280
*
8381
* <p>Each line in the text block corresponds to a line in a CSV file and will
8482
* be split using the specified {@link #delimiter} or {@link #delimiterString}.
85-
* Any line beginning with a {@code #} symbol will be interpreted as a comment
86-
* and will be ignored.
8783
*
8884
* <p>Defaults to an empty string. You therefore must supply CSV content
8985
* via this attribute or the {@link #value} attribute.

0 commit comments

Comments
 (0)