mirror of
https://github.com/corda/corda.git
synced 2025-06-13 04:38:19 +00:00
GC stress fixes and other bugfixes; classpath progress
This commit is contained in:
@ -11,7 +11,7 @@ public class BufferedReader extends Reader {
|
||||
this.buffer = new char[bufferSize];
|
||||
}
|
||||
|
||||
protected BufferedReader(Reader in) {
|
||||
public BufferedReader(Reader in) {
|
||||
this(in, 32);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user