Skip to content

Commit 533408d

Browse files
authored
LoadingCriterion.java: replaced html <h3> tags with <b>
1 parent c88c252 commit 533408d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

snaploader/src/main/java/electrostatic4j/snaploader/LoadingCriterion.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public enum LoadingCriterion {
5757
* The library must be pre-installed and accessible through standard system paths.
5858
* </p>
5959
*
60-
* <h3>System Library Search Paths</h3>
60+
* <b>System Library Search Paths</b>
6161
* <p>The specific directories searched depend on the operating system:</p>
6262
* <ul>
6363
* <li><b>Linux:</b> Searches in:
@@ -122,7 +122,7 @@ public enum LoadingCriterion {
122122
* </li>
123123
* </ul>
124124
*
125-
* <h3>Usage Considerations</h3>
125+
* <b>Usage Considerations</b>
126126
* <p>
127127
* This approach requires the library to be present on the system beforehand.
128128
* If the library is missing, the loading process will fail with an {@code UnsatisfiedLinkError}.

0 commit comments

Comments
 (0)