mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2024-11-20 10:12:19 +01:00
Narrow return type in unit test utility
This commit is contained in:
parent
9c355f01e6
commit
753e0571e9
@ -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…
Reference in New Issue
Block a user