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-jexl.git
The following commit(s) were added to refs/heads/master by this push: new 00ef8755 Javadoc: Use semantic tag <strong> instead of style tag <b> 00ef8755 is described below commit 00ef8755c951c26dfa02f48a0db3625a92b03f18 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Nov 15 11:30:32 2024 -0500 Javadoc: Use semantic tag <strong> instead of style tag <b> --- .../commons/jexl3/internal/introspection/package-info.java | 2 +- .../java/org/apache/commons/jexl3/internal/package-info.java | 2 +- .../org/apache/commons/jexl3/introspection/JexlSandbox.java | 10 +++++----- .../java/org/apache/commons/jexl3/parser/package-info.java | 2 +- .../java/org/apache/commons/jexl3/scripting/package-info.java | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/main/java/org/apache/commons/jexl3/internal/introspection/package-info.java b/src/main/java/org/apache/commons/jexl3/internal/introspection/package-info.java index abf74f39..cf63e6d8 100644 --- a/src/main/java/org/apache/commons/jexl3/internal/introspection/package-info.java +++ b/src/main/java/org/apache/commons/jexl3/internal/introspection/package-info.java @@ -18,7 +18,7 @@ /** * Provides low-level introspective services. * <p> - * This internal package is not intended for public usage and there is <b>no</b> + * This internal package is not intended for public usage and there is <strong>no</strong> * guarantee that its public classes or methods will remain as is in subsequent * versions. * </p> diff --git a/src/main/java/org/apache/commons/jexl3/internal/package-info.java b/src/main/java/org/apache/commons/jexl3/internal/package-info.java index c40a8eab..4c8d1371 100644 --- a/src/main/java/org/apache/commons/jexl3/internal/package-info.java +++ b/src/main/java/org/apache/commons/jexl3/internal/package-info.java @@ -18,7 +18,7 @@ /** * <h2>Provides utilities for introspection services.</h2> * <p> - * This internal package is not intended for public usage and there is <b>no</b> + * This internal package is not intended for public usage and there is <strong>no</strong> * guarantee that its public classes or methods will remain as is in subsequent * versions. * </p> diff --git a/src/main/java/org/apache/commons/jexl3/introspection/JexlSandbox.java b/src/main/java/org/apache/commons/jexl3/introspection/JexlSandbox.java index 8535cc67..b3566899 100644 --- a/src/main/java/org/apache/commons/jexl3/introspection/JexlSandbox.java +++ b/src/main/java/org/apache/commons/jexl3/introspection/JexlSandbox.java @@ -28,7 +28,7 @@ import java.util.concurrent.ConcurrentHashMap; * A sandbox describes permissions on a class by explicitly allowing or forbidding * access to methods and properties through "allowlists" and "blocklists". * - * <p>A <b>allowlist</b> explicitly allows methods/properties for a class;</p> + * <p>A <strong>allowlist</strong> explicitly allows methods/properties for a class;</p> * * <ul> * <li>If a allowlist is empty and thus does not contain any names, @@ -36,7 +36,7 @@ import java.util.concurrent.ConcurrentHashMap; * <li>If it is not empty, the only allowed properties/methods are the ones contained.</li> * </ul> * - * <p>A <b>blocklist</b> explicitly forbids methods/properties for a class;</p> + * <p>A <strong>blocklist</strong> explicitly forbids methods/properties for a class;</p> * * <ul> * <li>If a blocklist is empty and thus does not contain any names, @@ -48,9 +48,9 @@ import java.util.concurrent.ConcurrentHashMap; * "allow" or "block":</p> * * <ul> - * <li><b>read</b> controls readable properties </li> - * <li><b>write</b> controls writable properties</li> - * <li><b>execute</b> controls executable methods and constructor</li> + * <li><strong>read</strong> controls readable properties </li> + * <li><strong>write</strong> controls writable properties</li> + * <li><strong>execute</strong> controls executable methods and constructor</li> * </ul> * * <p>When specified, permissions - allow or block lists - can be created inheritable diff --git a/src/main/java/org/apache/commons/jexl3/parser/package-info.java b/src/main/java/org/apache/commons/jexl3/parser/package-info.java index 5d1b7b00..631053af 100644 --- a/src/main/java/org/apache/commons/jexl3/parser/package-info.java +++ b/src/main/java/org/apache/commons/jexl3/parser/package-info.java @@ -20,7 +20,7 @@ * Contains the Parser for JEXL script. * </p> * <p> - * This internal package is not intended for public usage and there is <b>no</b> + * This internal package is not intended for public usage and there is <strong>no</strong> * guarantee that its public classes or methods will remain as is in subsequent * versions. * </p> diff --git a/src/main/java/org/apache/commons/jexl3/scripting/package-info.java b/src/main/java/org/apache/commons/jexl3/scripting/package-info.java index 78331cf5..7c371b02 100644 --- a/src/main/java/org/apache/commons/jexl3/scripting/package-info.java +++ b/src/main/java/org/apache/commons/jexl3/scripting/package-info.java @@ -20,7 +20,7 @@ * Contains the JSR-223 Scripting Engine for JEXL script. * </p> * <p> - * This internal package is not intended for public usage and there is <b>no</b> + * This internal package is not intended for public usage and there is <strong>no</strong> * guarantee that its public classes or methods will remain as is in subsequent * versions. * </p>