On Fri, 13 May 2022 21:17:22 GMT, Joe Darcy <da...@openjdk.org> wrote:
> Update reference to the latest "Effective Java" version and switch to cite > tags. Looks good! 1. Had to educate myself on the [cite element](https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-cite-element). The HTML spec can amuse at times: A person's name is not the title of a work — even if people call that person a piece of work — and the element must therefore not be used to mark up people's names. 2. Indeed, items 69 and 81 are both "Prefer concurrency utilities to wait and notify". ------------- Marked as reviewed by prappo (Reviewer). PR: https://git.openjdk.java.net/jdk/pull/8707