8285890: Fix some @param tags

Reviewed-by: dfuchs, mullan, darcy, mchung, wetmore
This commit is contained in:
Pavel Rappo 2022-04-30 21:21:17 +00:00
parent d9541c5e9f
commit 3eb661bbe7
8 changed files with 16 additions and 16 deletions

View file

@ -56,7 +56,7 @@ package java.lang.ref;
* prevent its most recently used entries from being discarded by keeping
* strong referents to those entries, leaving the remaining entries to be
* discarded at the discretion of the garbage collector.
* @param<T> the type of the referent
* @param <T> the type of the referent
*
* @author Mark Reinhold
* @since 1.2