8062185: Unpaired braces in javadoc
Reviewed-by: psandoz
This commit is contained in:
parent
41a7cfd22f
commit
5e152d5fcb
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user