Merge branch 'pr-237'

This closes #237
This commit is contained in:
Bruno P. Kinoshita 2021-05-22 12:27:27 +12:00
commit d87dd86c21
2 changed files with 4 additions and 1 deletions

View File

@ -267,6 +267,9 @@
<action type="fix" dev="kinow" due-to="Jin Xu">
Fix checkstyle syntax (was scope, is now accessModifiers) via PR #235.
</action>
<action issue="COLLECTIONS-786" type="fix" dev="kinow" due-to="vandrewskis">
Fix PassiveExpiringMap documentation for methods that involve accessing the entire map.
</action>
</release>
<release version="4.4" date="2019-07-05" description="Maintenance release.">
<action issue="COLLECTIONS-710" dev="ggregory" type="fix" due-to="Yu Shi, Gary Gregory">

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>