mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +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
|
@ -31,7 +31,7 @@ import jdk.internal.misc.VM;
|
|||
/**
|
||||
* Reference queues, to which registered reference objects are appended by the
|
||||
* garbage collector after the appropriate reachability changes are detected.
|
||||
* @param<T> the type of the reference object
|
||||
* @param <T> the type of the reference object
|
||||
*
|
||||
* @author Mark Reinhold
|
||||
* @since 1.2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue