--- old/src/java.base/share/classes/java/lang/reflect/Field.java 2018-11-26 16:24:50.000000000 -0800 +++ new/src/java.base/share/classes/java/lang/reflect/Field.java 2018-11-26 16:24:49.000000000 -0800 @@ -185,7 +185,8 @@ } /** - * Returns the {@code Class} object representing the class or interface + * Returns the {@code Class} object representing + * {@linkplain Class#asBoxType() the box type} of the class or interface * that declares the field represented by this {@code Field} object. */ @Override