On Fri, 6 Jan 2023 06:35:31 GMT, Jaikiran Pai <j...@openjdk.org> wrote:
> Can I please get a review of this change which fixes an issue in the javadoc > text of the internal class IteratorSpliterator? This addresses the issue > reported at https://bugs.openjdk.org/browse/JDK-8297306. Hi Jai, the fix looks good as it stands. I found another location that has the same issue, i.e., `Spliterators.spliterator(Collection<? extends T> c, int characteristics)`. This is a public method so more relevant to the users IMO. I'd apply the same changes to it as well. ------------- PR: https://git.openjdk.org/jdk/pull/11876