From 891156a744e706e2d8da5082b2ee3e63ff6fab76 Mon Sep 17 00:00:00 2001 From: Sergey Bylokhov Date: Tue, 11 Oct 2022 00:40:34 +0000 Subject: [PATCH] 8295003: Do not mention applets in the "java.awt.color" package Reviewed-by: aivanov, prr --- .../share/classes/java/awt/color/ICC_ColorSpace.java | 8 ++++---- .../share/classes/java/awt/color/ICC_Profile.java | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/java.desktop/share/classes/java/awt/color/ICC_ColorSpace.java b/src/java.desktop/share/classes/java/awt/color/ICC_ColorSpace.java index 22e9e7493d2..bae14371bc8 100644 --- a/src/java.desktop/share/classes/java/awt/color/ICC_ColorSpace.java +++ b/src/java.desktop/share/classes/java/awt/color/ICC_ColorSpace.java @@ -71,10 +71,10 @@ import sun.java2d.cmm.PCMM; * color space (e.g. {@code TYPE_RGB}, {@code TYPE_CMYK}, etc.), but the * specific color values of the output data will be undefined. *

- * The details of this class are not important for simple applets, which draw in - * a default color space or manipulate and display imported images with a known - * color space. At most, such applets would need to get one of the default color - * spaces via {@link ColorSpace#getInstance}. + * The details of this class are not important for simple applications, which + * draw in a default color space or manipulate and display imported images with + * a known color space. At most, such applications would need to get one of the + * default color spaces via {@link ColorSpace#getInstance}. * * @see ColorSpace * @see ICC_Profile diff --git a/src/java.desktop/share/classes/java/awt/color/ICC_Profile.java b/src/java.desktop/share/classes/java/awt/color/ICC_Profile.java index 278e53ae10a..7dc556bfa04 100644 --- a/src/java.desktop/share/classes/java/awt/color/ICC_Profile.java +++ b/src/java.desktop/share/classes/java/awt/color/ICC_Profile.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 2021, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1997, 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 @@ -1073,8 +1073,8 @@ public sealed class ICC_Profile implements Serializable * Returns a particular tagged data element from the profile as a byte * array. Elements are identified by signatures as defined in the ICC * specification. The signature icSigHead can be used to get the header. - * This method is useful for advanced applets or applications which need to - * access profile data directly. + * This method is useful for advanced applications which need to access + * profile data directly. * * @param tagSignature the ICC tag signature for the data element you want * to get @@ -1099,8 +1099,8 @@ public sealed class ICC_Profile implements Serializable * Sets a particular tagged data element in the profile from a byte array. * The array should contain data in a format, corresponded to the * {@code tagSignature} as defined in the ICC specification, section 10. - * This method is useful for advanced applets or applications which need to - * access profile data directly. + * This method is useful for advanced applications which need to access + * profile data directly. * * @param tagSignature the ICC tag signature for the data element you want * to set