I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 1e24523d authored by zzz's avatar zzz
Browse files

volatile

parent 93c6df7e
No related branches found
No related tags found
No related merge requests found
...@@ -106,7 +106,7 @@ abstract class EstablishBase implements EstablishState { ...@@ -106,7 +106,7 @@ abstract class EstablishBase implements EstablishState {
protected static final int HXY_TSB_PAD_SIZE = HXY_SIZE + 4 + 12; // 48 protected static final int HXY_TSB_PAD_SIZE = HXY_SIZE + 4 + 12; // 48
protected final Object _stateLock = new Object(); protected final Object _stateLock = new Object();
protected State _state; protected volatile State _state;
protected enum State { protected enum State {
OB_INIT, OB_INIT,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment