Skip to content

Commit

Permalink
Javadoc: Use semantic tag <strong> instead of style tag <b>
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Nov 15, 2024
1 parent 2fa51aa commit 00ef875
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@
* 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,
* all properties/methods are allowed for its class.</li>
* <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,
Expand All @@ -48,9 +48,9 @@
* "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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 00ef875

Please sign in to comment.