mirror of
https://github.com/mamoe/mirai.git
synced 2025-02-24 02:40:13 +08:00
Fix ambiguous comment
This commit is contained in:
parent
941fcb3fdd
commit
6cc8a33cf6
@ -188,7 +188,7 @@ class LockFreeLinkedList<E> : MutableList<E>, RandomAccess {
|
||||
searchStartingFrom = got.nextNode
|
||||
index += timesOnThisTurn
|
||||
|
||||
if (!got.isRemoved()) lastMatching = got // only record the lastMatching if got is not removed.
|
||||
if (!got.isRemoved()) lastMatching = got //record the lastMatching only if got is not removed.
|
||||
}
|
||||
|
||||
if (!lastMatching.isValidElementNode()) {
|
||||
|
Loading…
Reference in New Issue
Block a user