mirror of
https://github.com/corda/corda.git
synced 2025-06-13 12:48:18 +00:00
Stylistic tweaks
This commit is contained in:
@ -11,9 +11,9 @@
|
||||
package java.io;
|
||||
|
||||
public class FileInputStream extends InputStream {
|
||||
// static {
|
||||
// System.loadLibrary("natives");
|
||||
// }
|
||||
// static {
|
||||
// System.loadLibrary("natives");
|
||||
// }
|
||||
|
||||
private int fd;
|
||||
|
||||
|
Reference in New Issue
Block a user