mirror of
https://github.com/corda/corda.git
synced 2025-06-13 04:38:19 +00:00
sketch of Runtime.exec() and Calendar; misc bugfixes
This commit is contained in:
@ -7,7 +7,7 @@ public class FileDescriptor {
|
||||
|
||||
final int value;
|
||||
|
||||
private FileDescriptor(int value) {
|
||||
public FileDescriptor(int value) {
|
||||
this.value = value;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user