GitHub user Jezza opened a pull request: https://github.com/apache/wicket/pull/268
Remove ArrayListStack in favour of ArrayDeque I found it as I was working on #223, thought I might as well take a break from it, and fix this small thing. You can merge this pull request into a Git repository by running: $ git pull https://github.com/Jezza/wicket array-deque Alternatively you can review and apply these changes as the patch at: https://github.com/apache/wicket/pull/268.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #268 ---- commit 0673f1fa268259421ed88cdba9c25fac45d23ec3 Author: Jezza <jezzadabomb@...> Date: 2018-02-15T22:43:06Z Remove ArrayListStack in favour of ArrayDeque ---- ---