Skip to content

Commit 9619d6d

Browse files
author
duke
committed
Automatic merge of jdk:master into master
2 parents 4257925 + 11431b1 commit 9619d6d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/java.desktop/share/classes/java/awt/color/ColorSpace.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -244,25 +244,25 @@ public abstract class ColorSpace implements Serializable {
244244

245245

246246
/**
247-
* The sRGB color space defined at
247+
* The built-in sRGB color space defined at
248248
* <a href="http://www.w3.org/pub/WWW/Graphics/Color/sRGB.html">
249249
* http://www.w3.org/pub/WWW/Graphics/Color/sRGB.html</a>.
250250
*/
251251
@Native public static final int CS_sRGB = 1000;
252252

253253
/**
254-
* A built-in linear RGB color space. This space is based on the same RGB
254+
* The built-in linear RGB color space. This space is based on the same RGB
255255
* primaries as {@code CS_sRGB}, but has a linear tone reproduction curve.
256256
*/
257257
@Native public static final int CS_LINEAR_RGB = 1004;
258258

259259
/**
260-
* The CIEXYZ conversion color space defined above.
260+
* The built-in CIEXYZ conversion color space defined above.
261261
*/
262262
@Native public static final int CS_CIEXYZ = 1001;
263263

264264
/**
265-
* The Photo YCC conversion color space.
265+
* The built-in Photo YCC conversion color space.
266266
*/
267267
@Native public static final int CS_PYCC = 1002;
268268

0 commit comments

Comments
 (0)