Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 282a87f

Browse files
Merge pull request #2701 from Licox04/main
docs: (aqs.md) fix typo
2 parents 151e862 + ec1874d commit 282a87f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎docs/java/concurrent/aqs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ private Node addWaiter(Node mode) {
626626

627627
### AQS 资源获取源码分析(共享模式)
628628

629-
AQS 中以独占模式获取资源的入口方法是 `acquireShared()` ,如下:
629+
AQS 中以共享模式获取资源的入口方法是 `acquireShared()` ,如下:
630630

631631
```JAVA
632632
// AQS

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /