Skip to content

Commit

Permalink
fixed javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
agapple committed Nov 26, 2018
1 parent 4e9e3f5 commit cf23e0f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import java.util.concurrent.locks.AbstractQueuedSynchronizer;

/**
* 实现一个互斥实现,基于Cocurrent中的AbstractQueuedSynchronizer实现了自己的sync <br/>
* 实现一个互斥实现,基于Cocurrent中的AQS实现了自己的sync <br/>
* 应用场景:系统初始化/授权控制,没权限时阻塞等待。有权限时所有线程都可以快速通过
*
* <pre>
Expand Down

0 comments on commit cf23e0f

Please sign in to comment.