Cause why not
This commit is contained in:
parent
bd8025b29f
commit
d7066720c1
2 changed files with 5 additions and 1 deletions
Binary file not shown.
|
@ -67,6 +67,10 @@ public class ClassNodeDecompiler extends Decompiler {
|
||||||
}
|
}
|
||||||
sb.append(" {");
|
sb.append(" {");
|
||||||
sb.append(BytecodeViewer.nl);
|
sb.append(BytecodeViewer.nl);
|
||||||
|
sb.append(" ");
|
||||||
|
sb.append("<ClassVersion=" + cn.version + ">");
|
||||||
|
sb.append(BytecodeViewer.nl);
|
||||||
|
|
||||||
if (cn.sourceDebug != null) {
|
if (cn.sourceDebug != null) {
|
||||||
sb.append(" ");
|
sb.append(" ");
|
||||||
sb.append("<SourceDebug=" + cn.sourceDebug + ">");
|
sb.append("<SourceDebug=" + cn.sourceDebug + ">");
|
||||||
|
@ -132,7 +136,7 @@ public class ClassNodeDecompiler extends Decompiler {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
sb.append(BytecodeViewer.nl);
|
//sb.append(BytecodeViewer.nl);
|
||||||
sb.append("}");
|
sb.append("}");
|
||||||
// System.out.println("Wrote end for " + cn.name +
|
// System.out.println("Wrote end for " + cn.name +
|
||||||
// " with prefix length: " + sb.prefix.length());
|
// " with prefix length: " + sb.prefix.length());
|
||||||
|
|
Loading…
Reference in a new issue