mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 13:50:46 +00:00
code path propagation
This commit is contained in:
@@ -126,4 +126,9 @@ public class ActionWith extends Action implements GraphSourceItemContainer {
|
||||
public HashMap<Integer, String> getRegNames() {
|
||||
return new HashMap<>();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getName() {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user