We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ac9fe6 commit 4bba8d3Copy full SHA for 4bba8d3
1 file changed
docs/java/Multithread/Atomic.md
@@ -326,7 +326,7 @@ currentValue=0, currentStamp=0
326
currentValue=666, currentStamp=999, wCasResult=true
327
```
328
329
-#### 4.4 AtomicStampedReference 类使用示例
+#### 4.4 AtomicMarkableReference 类使用示例
330
331
``` java
332
import java.util.concurrent.atomic.AtomicMarkableReference;
0 commit comments