8062185: Unpaired braces in javadoc

Reviewed-by: psandoz
This commit is contained in:
Martin Buchholz 2014-10-27 16:24:43 -07:00
parent 41a7cfd22f
commit 5e152d5fcb
2 changed files with 2 additions and 2 deletions

View File

@ -518,7 +518,7 @@ public interface Collection<E> extends Iterable<E> {
* <p>The default implementation should be overridden by subclasses that
* can return a more efficient spliterator. In order to
* preserve expected laziness behavior for the {@link #stream()} and
* {@link #parallelStream()}} methods, spliterators should either have the
* {@link #parallelStream()} methods, spliterators should either have the
* characteristic of {@code IMMUTABLE} or {@code CONCURRENT}, or be
* <em><a href="Spliterator.html#binding">late-binding</a></em>.
* If none of these is practical, the overriding class should describe the

View File

@ -47,7 +47,7 @@ import javax.management.MBeanServerFactory;
* <code>DefaultLoaderRepository</code> be rewritten.</p>
*
* @deprecated Use
* {@link javax.management.MBeanServer#getClassLoaderRepository()}}
* {@link javax.management.MBeanServer#getClassLoaderRepository()}
* instead.
*
* @since 1.5