Skip to content

Commit 89b5397

Browse files
authored
Update src/foam/util/NUIDGenerator.js
1 parent c01b831 commit 89b5397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/foam/util/NUIDGenerator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ foam.CLASS({
3636
}
3737
3838
AtomicLong seqNo_ = new AtomicLong();
39-
volatile AtomicBoolean initMaxSeqNo_ = new AtomicBoolean(false);
39+
AtomicBoolean initMaxSeqNo_ = new AtomicBoolean(false);
4040
`,
4141

4242
properties: [

0 commit comments

Comments
 (0)