We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5049235 commit 0a417f0Copy full SHA for 0a417f0
1 file changed
src/de/inetsoftware/jwebassembly/api/java/lang/ReplacementForSystem.java
@@ -25,6 +25,14 @@
25
*/
26
class ReplacementForSystem {
27
28
+ /**
29
+ * Replacement for System.registerNatives()
30
+ */
31
+ @Replace( "java/lang/System.registerNatives()V" )
32
+ private static void registerNatives() {
33
+ // nothing
34
+ }
35
+
36
/**
37
* Replacement for System.currentTimeMillis()
38
0 commit comments