Skip to content

Commit d2c0c10

Browse files
committed
GH-355 typo fixed
1 parent 373d53a commit d2c0c10

File tree

1 file changed

+1
-1
lines changed
  • visualvm/libs.profiler/profiler.oql/src/org/graalvm/visualvm/lib/profiler/oql/engine/api/impl

1 file changed

+1
-1
lines changed

visualvm/libs.profiler/profiler.oql/src/org/graalvm/visualvm/lib/profiler/oql/engine/api/impl/hat.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ function JavaClassProto() {
203203
if (otherid.equals(tmp.javaClassId)) {
204204
return true;
205205
}
206-
tmp = tmp.superclass;
206+
tmp = tmp.superClass;
207207
}
208208
return false;
209209
}

0 commit comments

Comments
 (0)