[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [patch] fix to BufferedImage
From: |
Tom Tromey |
Subject: |
Re: [patch] fix to BufferedImage |
Date: |
17 Sep 2003 10:07:23 -0600 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 |
>>>>> "graydon" == graydon hoare <address@hidden> writes:
I just remember the other style nit, which I somehow forgot to
mention in my last message.
graydon> + if (src.getSampleModel () instanceof ComponentSampleModel &&
graydon> + dest.getSampleModel () instanceof ComponentSampleModel)
Operators go after the line break, not before.
BTW, with the style changes, the patch is ok, please commit.
Tom