JDK 9 RFR of JDK-8030785: Missing "since 1.8" javadoc for java.lang.reflect.Method:getParameterCount

Joe Darcy joe.darcy at oracle.com
Fri Dec 20 22:03:11 UTC 2013


On 12/20/2013 01:21 PM, Mandy Chung wrote:
> --- a/src/share/classes/java/lang/reflect/Method.java    Fri Dec 20 
> 08:59:52 2013 -0800
> +++ b/src/share/classes/java/lang/reflect/Method.java    Fri Dec 20 
> 10:26:17 2013 -0800
> @@ -251,7 +251,8 @@
>      }
>
>      /**
> -     * {@inheritDoc}
> +     * {@inheritDoc}1
>
> Is this accident?  Other than this, look fine.

Oops; yes, that is a typo. I'll correct it before I push.

Thanks for the close reading Mandy,

-Joe




More information about the core-libs-dev mailing list