idk
This commit is contained in:
parent
d7066720c1
commit
40a7815a9d
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ public class ClassNodeDecompiler extends Decompiler {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!unableToDecompile.isEmpty()) {
|
if (!unableToDecompile.isEmpty()) {
|
||||||
sb.append("//the following inner classes couldn't be decompiled: ");
|
sb.append("// The following inner classes couldn't be decompiled: ");
|
||||||
for (String s : unableToDecompile) {
|
for (String s : unableToDecompile) {
|
||||||
sb.append(s);
|
sb.append(s);
|
||||||
sb.append(" ");
|
sb.append(" ");
|
||||||
|
|
Loading…
Reference in a new issue