[COLLECTIONS-786] Fix PassiveExpiringMap documentation
This commit is contained in:
parent
8da2bb7ee4
commit
d9fd960179
|
@ -44,7 +44,7 @@ import java.util.concurrent.TimeUnit;
|
||||||
* </p>
|
* </p>
|
||||||
* <p>
|
* <p>
|
||||||
* When invoking methods that involve accessing the entire map contents (i.e
|
* 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.
|
* removes all expired entries prior to actually completing the invocation.
|
||||||
* </p>
|
* </p>
|
||||||
* <p>
|
* <p>
|
||||||
|
|
Loading…
Reference in New Issue