changeset 17215:42f18c931bd4 jdk-9+174

8181824: Broken javadoc link in java.util.BitSet Reviewed-by: martin
author psandoz
date Fri, 09 Jun 2017 11:26:42 -0700
parents 78c003bd010f
children c31ac0b8a60e e8f3a872e69a
files src/java.base/share/classes/java/util/BitSet.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/java.base/share/classes/java/util/BitSet.java	Fri Jun 09 16:52:07 2017 +0100
+++ b/src/java.base/share/classes/java/util/BitSet.java	Fri Jun 09 11:26:42 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