mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-15 02:44:47 +01:00
make private again
This commit is contained in:
parent
e97da2b166
commit
57fca76063
@ -340,9 +340,9 @@ class BranchManger {
|
||||
*/
|
||||
private static class BranchNode extends ArrayList<BranchNode> {
|
||||
|
||||
final int startPos;
|
||||
private final int startPos;
|
||||
|
||||
final int endPos;
|
||||
private final int endPos;
|
||||
|
||||
private final WasmBlockOperator startOp;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user