RFR: 8265137: java.util.Random suddenly has new public methods nowhere documented

Uwe Schindler uschindler at openjdk.java.net
Tue Apr 13 17:33:04 UTC 2021


On Tue, 13 Apr 2021 16:33:21 GMT, Jim Laskey <jlaskey at openjdk.org> wrote:

> Move makeXXXSpilterator from public (@hidden) to protected. No API ch

This looks exactly like my proposed solution!

+1 Thanks!

Just my question: Is `@hidden` not needed to remove the documentation from protected method? Or is this automatically hidden by javadoc?

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

Marked as reviewed by uschindler (Author).

PR: https://git.openjdk.java.net/jdk/pull/3469


More information about the core-libs-dev mailing list