new constructor

git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@211 379699f6-c40d-0410-875b-85095c16579e
stable
jochen 26 years ago
parent d85f0d254e
commit f53c089094
  1. 4
      jode/jode/flow/ThrowBlock.java

@ -25,8 +25,8 @@ import jode.decompiler.Expression;
* This is the structured block for an Throw block. * This is the structured block for an Throw block.
*/ */
public class ThrowBlock extends ReturnBlock { public class ThrowBlock extends ReturnBlock {
public ThrowBlock(Expression instr, Jump jump) { public ThrowBlock(Expression instr) {
super(instr, jump); super(instr);
} }
public void dumpInstruction(TabbedPrintWriter writer) public void dumpInstruction(TabbedPrintWriter writer)

Loading…
Cancel
Save