RFR: JDK-8297605 DelayQueue javadoc is confusing

Martin Buchholz martin at openjdk.org
Thu Mar 2 02:07:14 UTC 2023


On Mon, 27 Feb 2023 20:09:12 GMT, Martin Buchholz <martin at openjdk.org> wrote:

> I wonder if there's now a way to override javadoc for remove() without creating a new method body.

I thought recent javadoc features might have been useful here, but I scanned the results from this jql:


subcomponent in ( "javadoc(tool)", "doclet" )  AND (resolution in ( Fixed, Approved ) ) AND issuetype in (JEP, Enhancement) ORDER BY resolved  DESC


and came up empty

-------------

PR: https://git.openjdk.org/jdk/pull/12729


More information about the core-libs-dev mailing list