This commit is contained in:
ItzSomebody 2018-01-31 07:56:11 -08:00
parent d7066720c1
commit 40a7815a9d
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ public class ClassNodeDecompiler extends Decompiler {
}
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) {
sb.append(s);
sb.append(" ");