Opcodes has been moved to bytecode

git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@148 379699f6-c40d-0410-875b-85095c16579e
stable
jochen 26 years ago
parent 94bcccd2f5
commit 417b69aa84
  1. 2
      jode/jode/decompiler/CodeAnalyzer.java

@ -22,7 +22,7 @@ import jode.bytecode.ClassInfo;
import jode.bytecode.ConstantPool;
import jode.bytecode.AttributeInfo;
import jode.bytecode.CodeInfo;
import jode.decompiler.Opcodes;
import jode.bytecode.Opcodes;
import jode.flow.FlowBlock;
import jode.flow.TransformExceptionHandlers;

Loading…
Cancel
Save