Skip to content

Commit b78f5a1

Browse files
committedAug 17, 2023
8314076: ICC_ColorSpace#minVal/maxVal have the opposite description
Reviewed-by: azvegint
1 parent 2a1176b commit b78f5a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/java.desktop/share/classes/java/awt/color/ICC_ColorSpace.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,12 @@ public class ICC_ColorSpace extends ColorSpace {
9393
private ICC_Profile thisProfile;
9494

9595
/**
96-
* The maximum normalized component values.
96+
* The minimum normalized component values.
9797
*/
9898
private float[] minVal;
9999

100100
/**
101-
* The minimum normalized component values.
101+
* The maximum normalized component values.
102102
*/
103103
private float[] maxVal;
104104

1 commit comments

Comments
 (1)

openjdk-notifier[bot] commented on Aug 17, 2023

@openjdk-notifier[bot]
Please sign in to comment.