We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 086a498 + 2209c69 commit ff26b40Copy full SHA for ff26b40
java/org/prism/Parser.java
@@ -2,6 +2,7 @@
2
3
public abstract class Parser {
4
5
+ @SuppressWarnings("restricted")
6
public static void loadLibrary(String path) {
7
System.load(path);
8
}
0 commit comments