RFR: 8303405: fix @returnss typo in ReflectionFactory

Mandy Chung mchung at openjdk.org
Wed Mar 1 00:55:03 UTC 2023


On Wed, 1 Mar 2023 00:24:31 GMT, Justin Lu <jlu at openjdk.org> wrote:

> The following typo: `@returnss` was reported on line _482 of Reflection Factory.java_.
> 
> In addition to fixing that, I have replaced multiple instances of `@returns` with `@return` in the same file.

The change is okay.  This is an internal class and no javadoc is generated for it.

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

Marked as reviewed by mchung (Reviewer).

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


More information about the core-libs-dev mailing list