mirror of
https://github.com/corda/corda.git
synced 2025-02-27 03:27:34 +00:00
Another place where printing null should be permitted
This commit is contained in:
parent
2ae6aa7ddf
commit
0efc498837
@ -46,7 +46,7 @@ public class PrintStream extends OutputStream {
|
||||
}
|
||||
|
||||
public void println(Object o) {
|
||||
println(o.toString());
|
||||
println(String.valueOf(o));
|
||||
}
|
||||
|
||||
public void println(char c) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user