[COLLECTIONS-786] Fix PassiveExpiringMap documentation

This commit is contained in:
Vandrewskis 2021-05-21 16:20:39 +02:00 committed by Bruno P. Kinoshita
parent 8da2bb7ee4
commit d9fd960179
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ import java.util.concurrent.TimeUnit;
* </p>
* <p>
* When invoking methods that involve accessing the entire map contents (i.e
* {@link #containsKey(Object)}, {@link #entrySet()}, etc.) this decorator
* {@link #containsValue(Object)}, {@link #entrySet()}, etc.) this decorator
* removes all expired entries prior to actually completing the invocation.
* </p>
* <p>