8035813: Broken link in java.lang.Iterable

Fixed link to ../util/

Reviewed-by: lancea
This commit is contained in:
Roger Riggs 2014-03-01 11:57:57 -05:00
parent 255307847f
commit 2b22a25617

View File

@ -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.
*