From 8e6699a797cc27d511167b053250c1dca8d45eaf Mon Sep 17 00:00:00 2001 From: jochen Date: Fri, 2 Jul 1999 18:37:41 +0000 Subject: [PATCH] dumpCode takes PrintWriter git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@969 379699f6-c40d-0410-875b-85095c16579e --- jode/jode/bytecode/BytecodeInfo.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jode/jode/bytecode/BytecodeInfo.java b/jode/jode/bytecode/BytecodeInfo.java index 8e94ffa..ae66425 100644 --- a/jode/jode/bytecode/BytecodeInfo.java +++ b/jode/jode/bytecode/BytecodeInfo.java @@ -626,7 +626,7 @@ public class BytecodeInfo extends BinaryInfo implements Opcodes { readAttributes(cp, input, FULLINFO); } - public void dumpCode(java.io.PrintStream output) { + public void dumpCode(java.io.PrintWriter output) { for (Instruction instr = firstInstr; instr != null; instr = instr.nextByAddr) { output.println(instr.getDescription() + " "