RFR: 8297306: Incorrect brackets in Javadoc for a constructor of IteratorSpliterator

Naoto Sato naoto at openjdk.org
Fri Jan 6 17:46:50 UTC 2023


On Fri, 6 Jan 2023 06:35:31 GMT, Jaikiran Pai <jpai at 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


More information about the core-libs-dev mailing list