Skip to content

Commit 1a02cb4

Browse files
committed
see 08/25 log
1 parent d049f20 commit 1a02cb4

File tree

3 files changed

+228
-234
lines changed

3 files changed

+228
-234
lines changed

utilcode/src/main/java/com/blankj/utilcode/util/CacheDoubleUtils.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ public static CacheDoubleUtils getInstance() {
4444
* @return the single {@link CacheDoubleUtils} instance
4545
*/
4646
public static CacheDoubleUtils getInstance(@NonNull final CacheMemoryUtils cacheMemoryUtils,
47-
@NonNull final CacheDiskUtils cacheDiskUtils
48-
) {
47+
@NonNull final CacheDiskUtils cacheDiskUtils) {
4948
final String cacheKey = cacheDiskUtils.toString() + "_" + cacheMemoryUtils.toString();
5049
CacheDoubleUtils cache = CACHE_MAP.get(cacheKey);
5150
if (cache == null) {

0 commit comments

Comments
 (0)