< prev index next >

src/jdk.jdi/share/classes/com/sun/jdi/ClassType.java

Print this page
rev 17275 : 8181417: Code cleanups in com.sun.jdi

@@ -40,10 +40,11 @@
  * @author Gordon Hirsch
  * @author James McIlree
  * @since  1.3
  */
 public interface ClassType extends ReferenceType {
+
     /**
      * Gets the superclass of this class.
      *
      * @return a {@link ClassType} that mirrors the superclass
      * of this class in the target VM. If no such class exists,
< prev index next >