This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
[gui] Update comment in ComponentColorModel
- From: Jerry Quinn <jlquinn at optonline dot net>
- To: java-patches at gcc dot gnu dot org
- Date: Fri, 01 Oct 2004 00:23:32 -0400
- Subject: [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. */