8072843: Typo in the description of the j.l.r.Executable.getAnnotatedReceiverType

Reviewed-by: lancea
This commit is contained in:
Joe Darcy 2015-02-10 11:34:13 -08:00
parent 805200fc3e
commit 42d24e8ed5

View File

@ -662,7 +662,7 @@ public abstract class Executable extends AccessibleObject
*
* 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