mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-01 10:55:12 +00:00
spelling: appropriate
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
committed by
Jindra Petřík
parent
a5ec5f92cf
commit
f455cfa8f8
@@ -117,7 +117,7 @@ public class AVM2LocalData extends BaseLocalData {
|
||||
public List<Integer> parsedExceptionIds = new ArrayList<>();
|
||||
|
||||
/**
|
||||
* Mapped jumps from pushbyte xx part to apropriate lookupswitch branch
|
||||
* Mapped jumps from pushbyte xx part to appropriate lookupswitch branch
|
||||
*/
|
||||
public Map<GraphPart, GraphPart> finallyJumps = new HashMap<>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user