mirror of
https://github.com/corda/corda.git
synced 2025-06-14 13:18:18 +00:00
Fix some native and managed function signatures.
This commit is contained in:
@ -307,7 +307,7 @@ public class File implements Serializable {
|
||||
|
||||
private static native String readDir(long handle);
|
||||
|
||||
private static native long closeDir(long handle);
|
||||
private static native void closeDir(long handle);
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user