commit
d87dd86c21
|
@ -267,6 +267,9 @@
|
||||||
<action type="fix" dev="kinow" due-to="Jin Xu">
|
<action type="fix" dev="kinow" due-to="Jin Xu">
|
||||||
Fix checkstyle syntax (was scope, is now accessModifiers) via PR #235.
|
Fix checkstyle syntax (was scope, is now accessModifiers) via PR #235.
|
||||||
</action>
|
</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>
|
||||||
<release version="4.4" date="2019-07-05" description="Maintenance 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">
|
<action issue="COLLECTIONS-710" dev="ggregory" type="fix" due-to="Yu Shi, Gary Gregory">
|
||||||
|
|
|
@ -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