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-daemon.git
The following commit(s) were added to refs/heads/master by this push: new 7fb9e66 Javadoc: Use semantic tag <strong> instead of style tag <b> 7fb9e66 is described below commit 7fb9e66ec3a461aec86b5399ffae1990c6cc7ad2 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Nov 15 11:12:21 2024 -0500 Javadoc: Use semantic tag <strong> instead of style tag <b> --- src/main/java/org/apache/commons/daemon/DaemonPermission.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/org/apache/commons/daemon/DaemonPermission.java b/src/main/java/org/apache/commons/daemon/DaemonPermission.java index a49b48a..0774ca7 100644 --- a/src/main/java/org/apache/commons/daemon/DaemonPermission.java +++ b/src/main/java/org/apache/commons/daemon/DaemonPermission.java @@ -175,7 +175,7 @@ public final class DaemonPermission extends Permission * permission name. * <p> * This constructor will create a new {@code DaemonPermission} - * instance that <b>will not</b> grant any permission to the caller. + * instance that <strong>will not</strong> grant any permission to the caller. * * @param target The target name of this permission. * @throws IllegalArgumentException If the specified target name is not @@ -259,7 +259,7 @@ public final class DaemonPermission extends Permission /** * Checks if a specified object equals {@code DaemonPermission}. * - * @return <b>true</b> or <b>false</b> whether the specified object equals + * @return <strong>true</strong> or <strong>false</strong> whether the specified object equals * this {@code DaemonPermission} instance or not. */ @Override @@ -285,7 +285,7 @@ public final class DaemonPermission extends Permission * Checks if this {@code DaemonPermission} implies another * {@code Permission}. * - * @return <b>true</b> or <b>false</b> whether the specified permission + * @return <strong>true</strong> or <strong>false</strong> whether the specified permission * is implied by this {@code DaemonPermission} instance or * not. */