mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-27 06:25:36 +00:00
small fixes
This commit is contained in:
@@ -496,7 +496,7 @@ public class View {
|
||||
}
|
||||
expandedNodes.add(pathAsStringList);
|
||||
}
|
||||
} catch (IndexOutOfBoundsException ex) {
|
||||
} catch (IndexOutOfBoundsException | NullPointerException ex) {
|
||||
// TreeNode was removed, ignore
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user