git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@136 379699f6-c40d-0410-875b-85095c16579e
stable
jochen 26 years ago
parent 9911f5be93
commit 0b95a6ce95
  1. 2
      jode/jode/type/ClassInterfacesType.java

@ -39,7 +39,7 @@ public class ClassInterfacesType extends Type {
ClassHierarchy ifaces[];
public ClassHierarchy getClazz() {
return clazz;
return clazz != null ? clazz : ClassHierarchy.javaLangObject;
}
public ClassInterfacesType(String clazzName) {

Loading…
Cancel
Save