jdk/src/java.desktop/share/classes/javax/imageio/ImageReader.java
changeset 35678 ad6cfe2f2e13
parent 35667 ed476aba94de
child 36511 9d0388c6b336
--- 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 <code>ImageTypeSpecifier</code> indicating the
+     * <code>SampleModel</code> and <code>ColorModel</code> 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}.
      *