File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/org/apache/commons/lang3/time Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments