--- old/src/share/classes/java/lang/reflect/Field.java 2013-03-28 00:01:47.000000000 -0700 +++ new/src/share/classes/java/lang/reflect/Field.java 2013-03-28 00:01:47.000000000 -0700 @@ -288,6 +288,9 @@ * {@code protected} or {@code private} first, and then other * modifiers in the following order: {@code static}, {@code final}, * {@code transient}, {@code volatile}. + * + * @return a string describing this {@code Field} + * @jls 8.3.1 Field Modifiers */ public String toString() { int mod = getModifiers(); @@ -315,6 +318,7 @@ * its generic type * * @since 1.5 + * @jls 8.3.1 Field Modifiers */ public String toGenericString() { int mod = getModifiers();