[jdk9] RFR 8181824 Broken javadoc link in java.util.BitSet

Brian Burkhalter brian.burkhalter at oracle.com
Fri Jun 9 19:11:55 UTC 2017


+1

Brian

On Jun 9, 2017, at 10:53 AM, Paul Sandoz <paul.sandoz at oracle.com> wrote:

> Hi,
> 
> Please review this simple doc fix.
> 
> Thanks,
> Paul.
> 
> diff -r ed1e99c1bba2 src/java.base/share/classes/java/util/BitSet.java
> --- a/src/java.base/share/classes/java/util/BitSet.java Wed Jun 07 06:45:09 2017 -0700
> +++ b/src/java.base/share/classes/java/util/BitSet.java Fri Jun 09 10:50:07 2017 -0700
> @@ -1212,7 +1212,7 @@
>      *
>      * <p>The stream binds to this bit set when the terminal stream operation
>      * commences (specifically, the spliterator for the stream is
> -     * <a href="../Spliterator.html#binding"><em>late-binding</em></a>).  If the
> +     * <a href="Spliterator.html#binding"><em>late-binding</em></a>).  If the
>      * bit set is modified during that operation then the result is undefined.
>      *
>      * @return a stream of integers representing set indices


More information about the core-libs-dev mailing list