mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-19 01:47:52 +00:00
8035813: Broken link in java.lang.Iterable
Fixed link to ../util/ Reviewed-by: lancea
This commit is contained in:
parent
255307847f
commit
2b22a25617
@ -82,7 +82,7 @@ public interface Iterable<T> {
|
||||
*
|
||||
* @implSpec
|
||||
* The default implementation creates an
|
||||
* <em><a href="Spliterator.html#binding">early-binding</a></em>
|
||||
* <em><a href="../util/Spliterator.html#binding">early-binding</a></em>
|
||||
* spliterator from the iterable's {@code Iterator}. The spliterator
|
||||
* inherits the <em>fail-fast</em> properties of the iterable's iterator.
|
||||
*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user