diff -r c243e74116f8 -r ad6cfe2f2e13 jdk/src/java.desktop/share/classes/javax/imageio/ImageReader.java --- a/jdk/src/java.desktop/share/classes/javax/imageio/ImageReader.java Mon Jan 18 21:19:36 2016 +0300 +++ b/jdk/src/java.desktop/share/classes/javax/imageio/ImageReader.java Tue Jan 19 11:11:20 2016 +0530 @@ -654,12 +654,11 @@ } /** - * Returns an {@code ImageTypeSpecifier} indicating the - * {@code SampleModel} and {@code ColorModel} which most - * closely represents the "raw" internal format of the image. For - * example, for a JPEG image the raw type might have a YCbCr color - * space even though the image would conventionally be transformed - * into an RGB color space prior to display. The returned value + * Returns an ImageTypeSpecifier indicating the + * SampleModel and ColorModel which most + * closely represents the "raw" internal format of the image. If + * there is no close match then a type which preserves the most + * information from the image should be returned. The returned value * should also be included in the list of values returned by * {@code getImageTypes}. *