java-decompiler: post-import cleanup (common fixes and optimizations)
This commit is contained in:
@@ -252,7 +252,7 @@ public class ConstantPool {
|
||||
buffer.append("[");
|
||||
}
|
||||
|
||||
buffer.append("L" + newname + ";");
|
||||
buffer.append("L").append(newname).append(";");
|
||||
}
|
||||
else {
|
||||
buffer.append(newname);
|
||||
|
||||
Reference in New Issue
Block a user