new brace in TabbedPrintWriter

git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@191 379699f6-c40d-0410-875b-85095c16579e
stable
jochen 26 years ago
parent 9bc2e46bb8
commit 0913f0f2ca
  1. 4
      jode/jode/decompiler/ClassAnalyzer.java

@ -145,13 +145,13 @@ public class ClassAnalyzer implements Analyzer {
writer.println("");
}
writer.untab();
writer.println("{");
writer.openBrace();
writer.tab();
for (int i=0; i< analyzers.length; i++)
analyzers[i].dumpSource(writer);
writer.untab();
writer.println("}");
writer.closeBrace();
}
public ConstantPool getConstantPool() {

Loading…
Cancel
Save