mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8213820: unknown tag: @returns
Reviewed-by: darcy
This commit is contained in:
parent
e07d7a01c7
commit
761710ffab
1 changed files with 1 additions and 1 deletions
|
@ -379,7 +379,7 @@ public abstract class Reference<T> {
|
|||
* Throws {@link CloneNotSupportedException}. A {@code Reference} cannot be
|
||||
* meaningfully cloned. Construct a new {@code Reference} instead.
|
||||
*
|
||||
* @returns never returns normally
|
||||
* @return never returns normally
|
||||
* @throws CloneNotSupportedException always
|
||||
*
|
||||
* @since 11
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue