[PING] RFR(s): 8176894 Provide specialized implementation for default methods putIfAbsent, computeIfAbsent, computeIfPresent, compute, merge in TreeMap
Martin Buchholz
martinrb at google.com
Sun Mar 29 16:48:46 UTC 2020
I'm fine with the latest version
On Sun, Mar 29, 2020 at 1:29 AM Tagir Valeev <amaembo at gmail.com> wrote:
>
> > At various places, the "@throws ConcurrentModificationException" javadoc:
> >
> > 619 * @throws ConcurrentModificationException if it is detected
> that the
> > 620 * mapping function modified this map
> >
> > is missing the period.
>
> Done.
>
Sigh ... my own consistent practice has been to *not* put periods at the
end of @throws clauses, but obviously other maintainers ended up elsewhere.
More information about the core-libs-dev
mailing list