mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-25 07:27:52 +01:00
stub for getClassLoader0()
This commit is contained in:
parent
f383ef26e8
commit
410a3c1321
@ -166,6 +166,13 @@ class ReplacementForClass {
|
|||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Replacement of the Java methods
|
||||||
|
*/
|
||||||
|
ClassLoader getClassLoader0() {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Replacement of the native Java methods
|
* Replacement of the native Java methods
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user