mirror of
https://github.com/corda/corda.git
synced 2025-06-13 04:38:19 +00:00
a static jni method takes the jclass for that method as its second argument; simplify pad() and divide(), and rename divide() to ceiling(); sketch FileInputStream.cpp and FileOutputStream.cpp
This commit is contained in:
@ -5,7 +5,7 @@ public class FileDescriptor {
|
||||
public static final FileDescriptor out = new FileDescriptor(1);
|
||||
public static final FileDescriptor err = new FileDescriptor(2);
|
||||
|
||||
private final int value;
|
||||
final int value;
|
||||
|
||||
private FileDescriptor(int value) {
|
||||
this.value = value;
|
||||
|
Reference in New Issue
Block a user