mirror of
https://github.com/corda/corda.git
synced 2025-06-13 04:38:19 +00:00
bugfixes
This commit is contained in:
@ -1,6 +1,10 @@
|
||||
package java.io;
|
||||
|
||||
public class File {
|
||||
static {
|
||||
System.loadLibrary("natives");
|
||||
}
|
||||
|
||||
private final String path;
|
||||
|
||||
public File(String path) {
|
||||
|
Reference in New Issue
Block a user