stub for getClassLoader0()

This commit is contained in:
Volker Berlin 2020-05-21 16:28:52 +02:00
parent f383ef26e8
commit 410a3c1321

View File

@ -166,6 +166,13 @@ class ReplacementForClass {
return null;
}
/**
* Replacement of the Java methods
*/
ClassLoader getClassLoader0() {
return null;
}
/**
* Replacement of the native Java methods
*