mirror of
https://github.com/corda/corda.git
synced 2025-01-08 14:03:06 +00:00
fix return type for Avian_java_lang_Object_hashCode
This commit is contained in:
parent
ace985b390
commit
c434f211e2
@ -115,7 +115,7 @@ Avian_java_lang_Object_notifyAll
|
|||||||
notifyAll(t, this_);
|
notifyAll(t, this_);
|
||||||
}
|
}
|
||||||
|
|
||||||
extern "C" JNIEXPORT jint JNICALL
|
extern "C" JNIEXPORT int64_t JNICALL
|
||||||
Avian_java_lang_Object_hashCode
|
Avian_java_lang_Object_hashCode
|
||||||
(Thread* t, object, uintptr_t* arguments)
|
(Thread* t, object, uintptr_t* arguments)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user