mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-03-12 02:08:49 +01:00
Narrow return type in unit test utility
This commit is contained in:
parent
9c355f01e6
commit
753e0571e9
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@ public class TestWithNetworkConnections {
|
|||
return p1.nextMessage();
|
||||
}
|
||||
|
||||
protected Object waitForOutbound(InboundMessageQueuer ch) throws InterruptedException {
|
||||
protected Message waitForOutbound(InboundMessageQueuer ch) throws InterruptedException {
|
||||
return ch.nextMessageBlocking();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue