Skip to content

Commit fce6d08

Browse files
committed
there is no reason why JavaClass should extend Type
1 parent ef75a4b commit fce6d08

File tree

1 file changed

+1
-1
lines changed
  • visualvm/libs.profiler/lib.profiler/src/org/graalvm/visualvm/lib/jfluid/heap

1 file changed

+1
-1
lines changed

visualvm/libs.profiler/lib.profiler/src/org/graalvm/visualvm/lib/jfluid/heap/JavaClass.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
* This class represents java.lang.Class instances on the heap.
5353
* @author Tomas Hurka
5454
*/
55-
public interface JavaClass extends Type {
55+
public interface JavaClass {
5656
//~ Methods ------------------------------------------------------------------------------------------------------------------
5757

5858
/**

0 commit comments

Comments
 (0)