We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c88c252 commit 533408dCopy full SHA for 533408d
1 file changed
snaploader/src/main/java/electrostatic4j/snaploader/LoadingCriterion.java
@@ -57,7 +57,7 @@ public enum LoadingCriterion {
57
* The library must be pre-installed and accessible through standard system paths.
58
* </p>
59
*
60
- * <h3>System Library Search Paths</h3>
+ * <b>System Library Search Paths</b>
61
* <p>The specific directories searched depend on the operating system:</p>
62
* <ul>
63
* <li><b>Linux:</b> Searches in:
@@ -122,7 +122,7 @@ public enum LoadingCriterion {
122
* </li>
123
* </ul>
124
125
- * <h3>Usage Considerations</h3>
+ * <b>Usage Considerations</b>
126
* <p>
127
* This approach requires the library to be present on the system beforehand.
128
* If the library is missing, the loading process will fail with an {@code UnsatisfiedLinkError}.
0 commit comments