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
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 1997, 2021, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 1997, 2023, 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
|
||||
|
@ -114,7 +114,6 @@ import jdk.internal.reflect.Reflection;
|
|||
* @see ClassLoader#definePackage(String, String, String, String, String, String, String, URL)
|
||||
*
|
||||
* @since 1.2
|
||||
* @revised 9
|
||||
*/
|
||||
public class Package extends NamedPackage implements java.lang.reflect.AnnotatedElement {
|
||||
/**
|
||||
|
@ -211,8 +210,6 @@ public class Package extends NamedPackage implements java.lang.reflect.Annotated
|
|||
* is returned if it is not known.
|
||||
* @return the vendor that implemented this package, {@code null}
|
||||
* is returned if it is not known.
|
||||
*
|
||||
* @revised 9
|
||||
*/
|
||||
public String getImplementationVendor() {
|
||||
return versionInfo.implVendor;
|
||||
|
@ -355,8 +352,6 @@ public class Package extends NamedPackage implements java.lang.reflect.Annotated
|
|||
* a {@code Package} for the specified class loader.
|
||||
*
|
||||
* @see ClassLoader#getDefinedPackage
|
||||
*
|
||||
* @revised 9
|
||||
*/
|
||||
@CallerSensitive
|
||||
@Deprecated(since="9")
|
||||
|
@ -379,8 +374,6 @@ public class Package extends NamedPackage implements java.lang.reflect.Annotated
|
|||
* class loader and its ancestors
|
||||
*
|
||||
* @see ClassLoader#getDefinedPackages
|
||||
*
|
||||
* @revised 9
|
||||
*/
|
||||
@CallerSensitive
|
||||
public static Package[] getPackages() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue