java-decompiler: optimization (empty lists allocation avoided)
This commit is contained in:
@@ -51,8 +51,7 @@ public class VarProcessor {
|
||||
defproc.setVarDefinitions();
|
||||
}
|
||||
|
||||
public void setDebugVarNames(HashMap<Integer, String> mapDebugVarNames) {
|
||||
|
||||
public void setDebugVarNames(Map<Integer, String> mapDebugVarNames) {
|
||||
if (varvers == null) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user