-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update JetCacheExecutor.java and Update AbstractExternalCacheTest.java (
#811) * Update JetCacheExecutor.java 做了以下两点改动: 1.使用了AtomicInteger以确保threadCount的线程安全性 2.在创建新的线程时使用了getAndIncrement()方法来递增计数 * Update AbstractExternalCacheTest.java 修改assertNull()使用错误 * Update AbstractExternalCacheTest.java
- Loading branch information
1 parent
9d816fc
commit 0482d68
Showing
2 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters