8285676: Add missing @param tags for type parameters on classes and interfaces

Reviewed-by: wetmore, smarks, dfuchs, prr, alanb, mchung
This commit is contained in:
Joe Darcy 2022-04-28 18:00:34 +00:00
parent b9d1e85151
commit bba456a8db
40 changed files with 102 additions and 26 deletions

View file

@ -56,6 +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
*
* @author Mark Reinhold
* @since 1.2