Skip to content

Commit dfc92f4

Browse files
committed
更新
1 parent 6695fd1 commit dfc92f4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/main/java/com/crossoverjie/actual/AbstractMap.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -317,10 +317,6 @@ public int hash(Object key) {
317317
return (key == null) ? 0 : (h = key.hashCode()) ^ (h >>> 16);
318318
}
319319

320-
321-
/**
322-
* 不好意思,没太懂这个回调函数的作业
323-
*/
324320
private void lruCallback(){
325321
LOGGER.debug("lruCallback");
326322
}

0 commit comments

Comments
 (0)