You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove the newLinkedList(Collection<? extends E>) factory method and its Javadoc from ListUtils.java. This deletes the LinkedList constructor overload that created a LinkedList from a Collection, leaving other list factory methods intact.
0 commit comments