We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99899cc commit bbad3b7Copy full SHA for bbad3b7
Sources/SwiftJavaRuntimeSupport/_JNIMethodIDCache.swift
@@ -50,8 +50,8 @@ public final class _JNIMethodIDCache: Sendable {
50
let clazz: jobject
51
if isSystemClass {
52
guard let jniClass = environment.interface.FindClass(environment, className) else {
53
- fatalError("Class \(className) could not be found!")
54
- }
+ fatalError("Class \(className) could not be found!")
+ }
55
clazz = environment.interface.NewGlobalRef(environment, jniClass)!
56
self.javaObjectHolder = nil
57
} else {
0 commit comments