This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-lang.git
The following commit(s) were added to refs/heads/master by this push: new 6e990fdbd Javadoc: Use semantic tag <em> instead of style tag <i> 6e990fdbd is described below commit 6e990fdbd3b6e0db64f632934e08aafb5aeddebf Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Nov 15 10:07:24 2024 -0500 Javadoc: Use semantic tag <em> instead of style tag <i> --- src/main/java/org/apache/commons/lang3/time/StopWatch.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/apache/commons/lang3/time/StopWatch.java b/src/main/java/org/apache/commons/lang3/time/StopWatch.java index fefb1e4f6..819996df2 100644 --- a/src/main/java/org/apache/commons/lang3/time/StopWatch.java +++ b/src/main/java/org/apache/commons/lang3/time/StopWatch.java @@ -708,7 +708,7 @@ public class StopWatch { * Gets a summary of the split time that this StopWatch recorded as a string. * * <p> - * The format used is ISO 8601-like, [<i>message</i> ]<i>hours</i>:<i>minutes</i>:<i>seconds</i>.<i>milliseconds</i>. + * The format used is ISO 8601-like, [<em>message</em> ]<em>hours</em>:<em>minutes</em>:<em>seconds</em>.<em>milliseconds</em>. * </p> * * @return the split time as a String @@ -725,7 +725,7 @@ public class StopWatch { * Gets a summary of the time that this StopWatch recorded as a string. * * <p> - * The format used is ISO 8601-like, [<i>message</i> ]<i>hours</i>:<i>minutes</i>:<i>seconds</i>.<i>milliseconds</i>. + * The format used is ISO 8601-like, [<em>message</em> ]<em>hours</em>:<em>minutes</em>:<em>seconds</em>.<em>milliseconds</em>. * </p> * * @return the time as a String