Skip to content

Commit e8dcf7c

Browse files
committed
LoadingCriterion: fixed JavaDocs method references
1 parent dd919cf commit e8dcf7c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232

3333
package electrostatic4j.snaploader;
3434

35+
import electrostatic4j.snaploader.util.CallingStackMetaData;
36+
3537
/**
3638
* Represents an extraction/loading criterion type.
3739
*
@@ -127,7 +129,8 @@ public enum LoadingCriterion {
127129
* This approach requires the library to be present on the system beforehand.
128130
* If the library is missing, the loading process will fail with an {@code UnsatisfiedLinkError}.
129131
* To ensure compatibility across different systems, consider providing a fallback
130-
* mechanism to extract the library dynamically when needed via {@link NativeBinaryLoadingListener#onLoadingFailure(NativeBinaryLoader)}.
132+
* mechanism to extract the library dynamically whenever required
133+
* via {@link NativeBinaryLoadingListener#onLoadingFailure(NativeBinaryLoader, CallingStackMetaData)}.
131134
* </p>
132135
*/
133136
SYSTEM_LOAD

0 commit comments

Comments
 (0)