Skip to content

Commit

Permalink
delete stale comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmetmircik committed Jun 11, 2021
1 parent 7089d5d commit b911cdf
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -346,7 +346,6 @@ public void testExpirationTime_whenMaxIdleTime_isSmallerThan_TTL() {
EntryView<Integer, Integer> entryView = map.getEntryView(1);
long delayToExpiration = TimeUnit.SECONDS.toMillis(10);

// lastAccessTime is zero after put, we can find expiration by this calculation
long expectedExpirationTime = delayToExpiration + entryView.getCreationTime();
assertEquals(expectedExpirationTime, entryView.getExpirationTime());
}
Expand Down

0 comments on commit b911cdf

Please sign in to comment.