Skip to content

Commit 41ff7ef

Browse files
committed
JavaDoc: use <em> tag instead of <i>
1 parent 76a9a1b commit 41ff7ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
* {@link #ignoreLeadingAndTrailingWhitespace} attribute to {@code true}.
6666
*
6767
* <p>Note that {@link #delimiter} (or {@link #delimiterString}), {@link #quoteCharacter},
68-
* and {@link #commentCharacter} are treated as <i>control characters</i>
68+
* and {@link #commentCharacter} are treated as <em>control characters</em>
6969
* and must all be distinct.
7070
*
7171
* <h2>Inheritance</h2>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
*
6666
* <p>Note that {@link #delimiter} (or {@link #delimiterString}), {@link #quoteCharacter},
6767
* and {@link #commentCharacter} (when {@link #textBlock} is used) are treated
68-
* as <i>control characters</i> and must all be distinct.
68+
* as <em>control characters</em> and must all be distinct.
6969
*
7070
* <h2>Inheritance</h2>
7171
*

0 commit comments

Comments
 (0)