mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8314738: Remove all occurrences of and support for @revised
Reviewed-by: mr
This commit is contained in:
parent
6b9df037e4
commit
f39fc0aa2d
28 changed files with 8 additions and 124 deletions
|
@ -1168,7 +1168,6 @@ public final class Class<T> implements java.io.Serializable,
|
|||
* this method returns {@code null}.
|
||||
*
|
||||
* @return the package of this class.
|
||||
* @revised 9
|
||||
*/
|
||||
public Package getPackage() {
|
||||
if (isPrimitive() || isArray()) {
|
||||
|
@ -3029,7 +3028,6 @@ public final class Class<T> implements java.io.Serializable,
|
|||
*
|
||||
* @see Module#getResourceAsStream(String)
|
||||
* @since 1.1
|
||||
* @revised 9
|
||||
*/
|
||||
@CallerSensitive
|
||||
public InputStream getResourceAsStream(String name) {
|
||||
|
@ -3125,7 +3123,6 @@ public final class Class<T> implements java.io.Serializable,
|
|||
* manager.
|
||||
* @throws NullPointerException If {@code name} is {@code null}
|
||||
* @since 1.1
|
||||
* @revised 9
|
||||
*/
|
||||
@CallerSensitive
|
||||
public URL getResource(String name) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue