[jdk9] RFR 8181824 Broken javadoc link in java.util.BitSet
Paul Sandoz
paul.sandoz at oracle.com
Fri Jun 9 17:53:25 UTC 2017
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