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]

Re: [gui] Update comment in ComponentColorModel


On Friday 01 October 2004 06:23, Jerry Quinn wrote:
> 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. */


Note that you only commited the changelog entry but not the change 
itself. I will apply it for you. Thanks for your contribution.


Michael


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