Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Replaced removeLast() with remove(current.size() - 1) (#6152)
Fix: Replaced removeLast() with remove(current.size() - 1) for compatibility with ArrayList
- Loading branch information