mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8285890: Fix some @param tags
Reviewed-by: dfuchs, mullan, darcy, mchung, wetmore
This commit is contained in:
parent
d9541c5e9f
commit
3eb661bbe7
8 changed files with 16 additions and 16 deletions
|
@ -40,7 +40,7 @@ package java.lang.ref;
|
|||
* weakly-reachable objects to be finalizable. At the same time or at some
|
||||
* later time it will enqueue those newly-cleared weak references that are
|
||||
* registered with reference queues.
|
||||
* @param<T> the type of the referent
|
||||
* @param <T> the type of the referent
|
||||
*
|
||||
* @author Mark Reinhold
|
||||
* @since 1.2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue