ObservableListBase#nextReplace accepts ArrayList instead of a List

XMLWordPrintable

          protected final void nextReplace(int from, int to, ArrayList<? extends E> removed)

      should be

          protected final void nextReplace(int from, int to, List<? extends E> removed) {

      Issue found by Richard Bair.

            Assignee:
            Martin Sládeček
            Reporter:
            Martin Sládeček
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: