Compare commits

..

1 Commits

Author SHA1 Message Date
0218b56949 Documentation. 2020-06-23 13:12:05 -04:00

4
jni.go
View File

@ -44,8 +44,8 @@ type (
)
const (
TRUE = C.JNI_TRUE
FALSE = C.JNI_FALSE
TRUE C.JNI_TRUE
FALSE C.JNI_FALSE
)
// JVMFor creates a JVM object, interpreting the given uintptr as a pointer