java-decompiler: optimization (less string buffer allocations on generating text)
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
package pkg;
|
||||
|
||||
|
||||
public class TestClassSwitch {
|
||||
|
||||
public void testCaseOrder(int var1) {
|
||||
switch(var1) {
|
||||
case 5:
|
||||
|
||||
Reference in New Issue
Block a user