git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@55 379699f6-c40d-0410-875b-85095c16579e
stable
jochen 26 years ago
parent f4a2273bea
commit 1915c9f8f4
  1. 2
      jode/jode/decompiler/LocalInfo.java

@ -157,7 +157,7 @@ public class LocalInfo {
while (enum.hasMoreElements()) while (enum.hasMoreElements())
((LocalVarOperator)enum.nextElement()).updateType(); ((LocalVarOperator)enum.nextElement()).updateType();
} }
return this.type; return li.type;
} }
public boolean isShadow() { public boolean isShadow() {

Loading…
Cancel
Save