This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[gui] Update comment in ComponentColorModel


2004-10-01 Jerry Quinn <jlquinn@optonline.net>

* java/awt/image/ComponentColorModel.java: Remove FIXME comment since it's correct.

--- ComponentColorModel.java.~1.5.20.3.~	2004-09-27 21:01:04.000000000 -0400
+++ ComponentColorModel.java	2004-10-01 00:11:24.000000000 -0400
@@ -123,12 +123,6 @@
   }


- /* FIXME: Is the values returned from toRGB() in the [0.0, 1.0] or the - [0.0, 256) range? - - we assume it is in the [0.0, 1.0] range along with the - other color spaces. */ - /* Note, it's OK to pass a to large array to toRGB(). Extra elements are ignored. */



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]