minor cleanup

This commit is contained in:
zab2
2013-09-08 15:21:25 +00:00
parent 7be0a93251
commit c4d68a8352

View File

@@ -88,7 +88,7 @@ class NTCPConnection {
private volatile EstablishState _establishState; private volatile EstablishState _establishState;
private final NTCPTransport _transport; private final NTCPTransport _transport;
private final boolean _isInbound; private final boolean _isInbound;
private final AtomicBoolean _closed = new AtomicBoolean(false); private final AtomicBoolean _closed = new AtomicBoolean();
private final RouterAddress _remAddr; private final RouterAddress _remAddr;
private RouterIdentity _remotePeer; private RouterIdentity _remotePeer;
private long _clockSkew; // in seconds private long _clockSkew; // in seconds