Re: RFR: 8297306: Incorrect brackets in Javadoc for a constructor of IteratorSpliterator [v2]

2023-01-09 Thread Jaikiran Pai
On Mon, 9 Jan 2023 01:09:04 GMT, Jaikiran Pai 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. > > Jaikiran Pai has upda

Re: RFR: 8297306: Incorrect brackets in Javadoc for a constructor of IteratorSpliterator [v2]

2023-01-09 Thread Naoto Sato
On Mon, 9 Jan 2023 01:09:04 GMT, Jaikiran Pai 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. > > Jaikiran Pai has upda

Re: RFR: 8297306: Incorrect brackets in Javadoc for a constructor of IteratorSpliterator [v2]

2023-01-08 Thread Jaikiran Pai
On Mon, 9 Jan 2023 01:09:04 GMT, Jaikiran Pai 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. > > Jaikiran Pai has upda

Re: RFR: 8297306: Incorrect brackets in Javadoc for a constructor of IteratorSpliterator [v2]

2023-01-08 Thread Jaikiran Pai
> 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. Jaikiran Pai has updated the pull request incrementally with one additional commi

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

2023-01-06 Thread Naoto Sato
On Fri, 6 Jan 2023 06:35:31 GMT, Jaikiran Pai 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

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

2023-01-06 Thread Iris Clark
On Fri, 6 Jan 2023 06:35:31 GMT, Jaikiran Pai 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. Marked as reviewed by iris

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

2023-01-06 Thread Alan Bateman
On Fri, 6 Jan 2023 06:35:31 GMT, Jaikiran Pai 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. This looks okay although th

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

2023-01-05 Thread Jaikiran Pai
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. - Commit messages: - 8297306: Incorrect brackets in Javadoc for a construc