mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-03-10 09:20:04 +01:00
TestWithNetworkConnections: make peerServers
final
This commit is contained in:
parent
02ef9d50c3
commit
5d3cd2c115
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ public class TestWithNetworkConnections {
|
||||||
protected Address address;
|
protected Address address;
|
||||||
protected SocketAddress socketAddress;
|
protected SocketAddress socketAddress;
|
||||||
|
|
||||||
private NioServer[] peerServers = new NioServer[PEER_SERVERS];
|
private final NioServer[] peerServers = new NioServer[PEER_SERVERS];
|
||||||
private final ClientConnectionManager channels;
|
private final ClientConnectionManager channels;
|
||||||
protected final BlockingQueue<InboundMessageQueuer> newPeerWriteTargetQueue = new LinkedBlockingQueue<>();
|
protected final BlockingQueue<InboundMessageQueuer> newPeerWriteTargetQueue = new LinkedBlockingQueue<>();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue