mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
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:
parent
b9d1e85151
commit
bba456a8db
40 changed files with 102 additions and 26 deletions
|
@ -198,6 +198,8 @@ import java.util.concurrent.locks.LockSupport;
|
|||
* sensible to serialize tasks only before or after, but not during,
|
||||
* execution. Serialization is not relied on during execution itself.
|
||||
*
|
||||
* @param <V> the type of the result of the task
|
||||
*
|
||||
* @since 1.7
|
||||
* @author Doug Lea
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue