mirror of
https://github.com/corda/corda.git
synced 2025-06-14 05:08:18 +00:00
Implement socket API
This commit is contained in:
committed by
Joshua Warner
parent
2800ffe826
commit
45ee25f68c
@ -123,4 +123,7 @@ public class Throwable implements Serializable {
|
||||
trace = trace(0);
|
||||
return this;
|
||||
}
|
||||
|
||||
public void addSuppressed(Throwable exception) {
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user