mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +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
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 1994, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 1994, 2022, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
|
@ -49,6 +49,8 @@ package java.util;
|
|||
* adapt an {@code Enumeration} to an {@code Iterator} by using the
|
||||
* {@link #asIterator} method.
|
||||
*
|
||||
* @param <E> the type of elements returned by this enumeration
|
||||
*
|
||||
* @see java.util.Iterator
|
||||
* @see java.io.SequenceInputStream
|
||||
* @see java.util.Enumeration#nextElement()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue