JDK 9 RFR of JDK-8072843: Typo in the description of the j.l.r.Executable.getAnnotatedReceiverType
Lance Andersen
lance.andersen at oracle.com
Tue Feb 10 19:29:04 UTC 2015
+1
On Feb 10, 2015, at 2:25 PM, joe darcy <joe.darcy at oracle.com> wrote:
> Hello,
>
> Please review this typo fix for
>
> JDK-8072843: Typo in the description of the j.l.r.Executable.getAnnotatedReceiverType
>
> Patch below; I spellchecked the rest of the comments and strings and didn't find any other problems.
>
> Thanks,
>
> -Joe
>
> diff -r 30f5fa716218 src/java.base/share/classes/java/lang/reflect/Executable.java
> --- a/src/java.base/share/classes/java/lang/reflect/Executable.java Mon Feb 09 17:49:26 2015 -0800
> +++ b/src/java.base/share/classes/java/lang/reflect/Executable.java Tue Feb 10 11:24:10 2015 -0800
> @@ -662,7 +662,7 @@
> *
> * If this {@code Executable} object represents a static method or
> * represents a constructor of a top level, static member, local, or
> - * anoymous class, then the return value is null.
> + * anonymous class, then the return value is null.
> *
> * @return an object representing the receiver type of the method or
> * constructor represented by this {@code Executable} or {@code null} if
>
Lance Andersen| Principal Member of Technical Staff | +1.781.442.2037
Oracle Java Engineering
1 Network Drive
Burlington, MA 01803
Lance.Andersen at oracle.com
More information about the core-libs-dev
mailing list