8213820: unknown tag: @returns

Reviewed-by: darcy
This commit is contained in:
Jonathan Gibbons 2018-11-13 16:17:24 -08:00
parent e07d7a01c7
commit 761710ffab

View file

@ -379,7 +379,7 @@ public abstract class Reference<T> {
* Throws {@link CloneNotSupportedException}. A {@code Reference} cannot be * Throws {@link CloneNotSupportedException}. A {@code Reference} cannot be
* meaningfully cloned. Construct a new {@code Reference} instead. * meaningfully cloned. Construct a new {@code Reference} instead.
* *
* @returns never returns normally * @return never returns normally
* @throws CloneNotSupportedException always * @throws CloneNotSupportedException always
* *
* @since 11 * @since 11