mirror of
https://github.com/corda/corda.git
synced 2025-06-17 14:48:16 +00:00
added separator to String and added IOException to vm.pro
This commit is contained in:
@ -14,6 +14,8 @@ public class File {
|
||||
private static final String FileSeparator
|
||||
= System.getProperty("file.separator");
|
||||
|
||||
public static final String separator = FileSeparator;
|
||||
|
||||
// static {
|
||||
// System.loadLibrary("natives");
|
||||
// }
|
||||
|
Reference in New Issue
Block a user