Skip to content

Commit 7b3339b

Browse files
committed
[U] Awaitility : 译文优化
1 parent 7619e1c commit 7b3339b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/test/awaitility.zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ new Duration(5, SECONDS).plus(17, MILLISECONDS);
502502

503503
## Important
504504

505-
等待性并不能确保线程安全或线程同步!这是你的责任!确保您的代码已正确同步,或者您正在使用线程安全的数据结构,例如volatile字段或类,例如 `AtomicInteger` 和 `ConcurrentHashMap`。
505+
Awaitility 并不能确保线程安全或线程同步!这是你的责任!确保您的代码已正确同步,或者使用线程安全的数据结构,例如volatile字段或类,例如 `AtomicInteger` 和 `ConcurrentHashMap`。
506506

507507
## Links and code examples
508508

0 commit comments

Comments
 (0)