diff --git a/src/share/classes/java/lang/reflect/Executable.java b/src/share/classes/java/lang/reflect/Executable.java index 78a1db91e81040bcef3bdf5f317fd47378b8dc7f..d19d6b89d141ccff3f09ff21f42754c684a01938 100644 --- a/src/share/classes/java/lang/reflect/Executable.java +++ b/src/share/classes/java/lang/reflect/Executable.java @@ -486,8 +486,8 @@ public abstract class Executable extends AccessibleObject } /** - * Returns an AnnotatedType object that represents the potentially - * annotated return type of the method/constructor represented by this + * Returns an AnnotatedType object that represents the use of a type to + * specify the return type of the method/constructor represented by this * Executable. * * If this Executable represents a constructor, the AnnotatedType object