Re: RFR: 8359919: Minor java.util.concurrent doc improvements [v10]

2025-06-21 Thread Doug Lea
On Fri, 20 Jun 2025 18:16:08 GMT, Pavel Rappo wrote: >> Doug Lea has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Fix ARFU type; add JDK-7176957 > > src/java.base/share/classes/java/util/concurrent/CompletionStage.java line > 153: > >>

Re: RFR: 8359919: Minor java.util.concurrent doc improvements [v10]

2025-06-20 Thread Pavel Rappo
On Fri, 20 Jun 2025 15:54:49 GMT, Doug Lea wrote: >> This collects miscellaneous open issues that can be resolved with >> documentation updates; each indicated by adding JDK issue numbers > > Doug Lea has updated the pull request incrementally with one additional > commit since the last revisio

Re: RFR: 8359919: Minor java.util.concurrent doc improvements [v10]

2025-06-20 Thread Doug Lea
> This collects miscellaneous open issues that can be resolved with > documentation updates; each indicated by adding JDK issue numbers Doug Lea has updated the pull request incrementally with one additional commit since the last revision: Fix ARFU type; add JDK-7176957 - Change