mirror of
https://github.com/corda/corda.git
synced 2025-06-19 15:43:52 +00:00
classpath progress
This commit is contained in:
@ -19,7 +19,6 @@ public class PrintStream extends OutputStream {
|
||||
public synchronized void print(String s) {
|
||||
try {
|
||||
out.write(s.getBytes());
|
||||
if (autoFlush) flush();
|
||||
} catch (IOException e) { }
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user