mirror of
https://github.com/Snailclimb/JavaGuide
synced 2025-06-16 18:10:13 +08:00
fix[java juc atomic]: update correct chapter name
This commit is contained in:
parent
4ac9fe614b
commit
4bba8d365a
@ -326,7 +326,7 @@ currentValue=0, currentStamp=0
|
||||
currentValue=666, currentStamp=999, wCasResult=true
|
||||
```
|
||||
|
||||
#### 4.4 AtomicStampedReference 类使用示例
|
||||
#### 4.4 AtomicMarkableReference 类使用示例
|
||||
|
||||
``` java
|
||||
import java.util.concurrent.atomic.AtomicMarkableReference;
|
||||
|
Loading…
x
Reference in New Issue
Block a user