Skip to content

Commit 6e990fd

Browse files
committed
Javadoc: Use semantic tag <em> instead of style tag <i>
1 parent 94de127 commit 6e990fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/apache/commons/lang3/time/StopWatch.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,7 @@ public void suspend() {
708708
* Gets a summary of the split time that this StopWatch recorded as a string.
709709
*
710710
* <p>
711-
* The format used is ISO 8601-like, [<i>message</i> ]<i>hours</i>:<i>minutes</i>:<i>seconds</i>.<i>milliseconds</i>.
711+
* The format used is ISO 8601-like, [<em>message</em> ]<em>hours</em>:<em>minutes</em>:<em>seconds</em>.<em>milliseconds</em>.
712712
* </p>
713713
*
714714
* @return the split time as a String
@@ -725,7 +725,7 @@ public String toSplitString() {
725725
* Gets a summary of the time that this StopWatch recorded as a string.
726726
*
727727
* <p>
728-
* The format used is ISO 8601-like, [<i>message</i> ]<i>hours</i>:<i>minutes</i>:<i>seconds</i>.<i>milliseconds</i>.
728+
* The format used is ISO 8601-like, [<em>message</em> ]<em>hours</em>:<em>minutes</em>:<em>seconds</em>.<em>milliseconds</em>.
729729
* </p>
730730
*
731731
* @return the time as a String

0 commit comments

Comments
 (0)