jdk/src/java.base/share/classes/java/lang/Class.java
changeset 27719 d8e33060989c
parent 27072 ced3a76913f3
child 27730 e739f0725baa
--- a/jdk/src/java.base/share/classes/java/lang/Class.java	Mon Oct 27 16:24:43 2014 -0700
+++ b/jdk/src/java.base/share/classes/java/lang/Class.java	Thu Nov 06 13:29:36 2014 -0800
@@ -1533,7 +1533,8 @@
      * 0.
      *
      * <p> If this {@code Class} object represents a class, then this method
-     * returns the public fields of the class and of all its superclasses.
+     * returns the public fields of the class and of all its superclasses and
+     * superinterfaces.
      *
      * <p> If this {@code Class} object represents an interface, then this
      * method returns the fields of the interface and of all its