mirror of
https://github.com/moparisthebest/fernflower
synced 2024-10-31 15:35:08 -04:00
Cleanup (formatting)
This commit is contained in:
parent
6d2b94910c
commit
18a9c2851b
@ -30,7 +30,7 @@ public class InterpreterUtil {
|
||||
public static final boolean IS_WINDOWS = System.getProperty("os.name", "").startsWith("Windows");
|
||||
|
||||
private static final int CHANNEL_WINDOW_SIZE = IS_WINDOWS ? 64 * 1024 * 1024 - (32 * 1024) : 64 * 1024 * 1024; // magic number for Windows
|
||||
private static final int BUFFER_SIZE = 16* 1024;
|
||||
private static final int BUFFER_SIZE = 16 * 1024;
|
||||
|
||||
public static void copyFile(File in, File out) throws IOException {
|
||||
FileInputStream inStream = new FileInputStream(in);
|
||||
|
Loading…
Reference in New Issue
Block a user