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
|
@ -373,7 +373,6 @@ import static sun.security.util.SecurityConstants.GET_CLASSLOADER_PERMISSION;
|
|||
* @see MissingResourceException
|
||||
* @see ResourceBundleProvider
|
||||
* @since 1.1
|
||||
* @revised 9
|
||||
*/
|
||||
public abstract class ResourceBundle {
|
||||
|
||||
|
@ -894,7 +893,6 @@ public abstract class ResourceBundle {
|
|||
* @throws UnsupportedOperationException
|
||||
* if this method is called in a named module
|
||||
* @since 1.6
|
||||
* @revised 9
|
||||
*/
|
||||
@CallerSensitive
|
||||
public static final ResourceBundle getBundle(String baseName,
|
||||
|
@ -1054,7 +1052,6 @@ public abstract class ResourceBundle {
|
|||
* @throws UnsupportedOperationException
|
||||
* if this method is called in a named module
|
||||
* @since 1.6
|
||||
* @revised 9
|
||||
*/
|
||||
@CallerSensitive
|
||||
public static final ResourceBundle getBundle(String baseName, Locale targetLocale,
|
||||
|
@ -1267,7 +1264,6 @@ public abstract class ResourceBundle {
|
|||
* @throws MissingResourceException
|
||||
* if no resource bundle for the specified base name can be found
|
||||
* @since 1.2
|
||||
* @revised 9
|
||||
* @see <a href="#resource-bundle-modules">Resource Bundles and Named Modules</a>
|
||||
*/
|
||||
@CallerSensitive
|
||||
|
@ -1492,7 +1488,6 @@ public abstract class ResourceBundle {
|
|||
* @throws UnsupportedOperationException
|
||||
* if this method is called in a named module
|
||||
* @since 1.6
|
||||
* @revised 9
|
||||
*/
|
||||
@CallerSensitive
|
||||
public static ResourceBundle getBundle(String baseName, Locale targetLocale,
|
||||
|
@ -2235,7 +2230,6 @@ public abstract class ResourceBundle {
|
|||
* by the caller's module.
|
||||
*
|
||||
* @since 1.6
|
||||
* @revised 9
|
||||
* @see ResourceBundle.Control#getTimeToLive(String,Locale)
|
||||
*/
|
||||
@CallerSensitive
|
||||
|
@ -2524,7 +2518,6 @@ public abstract class ResourceBundle {
|
|||
* of {@link ResourceBundleControlProvider} are ignored in named modules.
|
||||
*
|
||||
* @since 1.6
|
||||
* @revised 9
|
||||
* @see java.util.spi.ResourceBundleProvider
|
||||
*/
|
||||
public static class Control {
|
||||
|
@ -3150,7 +3143,6 @@ public abstract class ResourceBundle {
|
|||
* if an error occurred when reading resources using
|
||||
* any I/O operations
|
||||
* @see java.util.spi.ResourceBundleProvider#getBundle(String, Locale)
|
||||
* @revised 9
|
||||
*/
|
||||
public ResourceBundle newBundle(String baseName, Locale locale, String format,
|
||||
ClassLoader loader, boolean reload)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue